Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_oauth2_challenge Struct Reference

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.
 

Detailed Description

Information provided by a server to generate an OAuth2 token.

Definition at line 46 of file auth_callback_cc.h.

Field Documentation

◆ authority

const char* mip_cc_oauth2_challenge::authority

OAuth2 authority.

Definition at line 47 of file auth_callback_cc.h.

◆ resource

const char* mip_cc_oauth2_challenge::resource

OAuth2 resource.

Definition at line 48 of file auth_callback_cc.h.

◆ scope

const char* mip_cc_oauth2_challenge::scope

OAuth2 scope.

Definition at line 49 of file auth_callback_cc.h.


The documentation for this struct was generated from the following file: