Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
Information provided by a server to generate an OAuth2 token. More...
#include <src/api/mip_cc/auth_callback_cc.h>
Data Fields | |
const char * | authority |
OAuth2 authority. | |
const char * | resource |
OAuth2 resource. | |
const char * | scope |
OAuth2 scope. | |
Information provided by a server to generate an OAuth2 token.
Definition at line 46 of file auth_callback_cc.h.
const char* mip_cc_oauth2_challenge::authority |
OAuth2 authority.
Definition at line 47 of file auth_callback_cc.h.
const char* mip_cc_oauth2_challenge::resource |
OAuth2 resource.
Definition at line 48 of file auth_callback_cc.h.
const char* mip_cc_oauth2_challenge::scope |
OAuth2 scope.
Definition at line 49 of file auth_callback_cc.h.