sso-mib 0.6.0
Library to interact with the Microsoft Device Broker for SSO
Loading...
Searching...
No Matches
Typedefs | Functions
Primary Refresh Token

Primary Refresh Token. More...

Typedefs

typedef void * MIBPrt
 

Functions

const gchar * mib_prt_get_access_token (MIBPrt *self)
 
enum MIB_AUTH_SCHEME mib_prt_get_access_token_type (MIBPrt *self)
 
MIBAccountmib_prt_get_account (MIBPrt *self)
 
const gchar * mib_prt_get_client_info (MIBPrt *self)
 
time_t mib_prt_get_expires_on (MIBPrt *self)
 
gchar *const * mib_prt_get_granted_scopes (MIBPrt *self)
 
const gchar * mib_prt_get_id_token (MIBPrt *self)
 

Detailed Description

Primary Refresh Token.

Typedef Documentation

◆ MIBPrt

typedef void* MIBPrt

Function Documentation

◆ mib_prt_get_access_token()

const gchar * mib_prt_get_access_token ( MIBPrt self)

◆ mib_prt_get_access_token_type()

enum MIB_AUTH_SCHEME mib_prt_get_access_token_type ( MIBPrt self)

◆ mib_prt_get_account()

MIBAccount * mib_prt_get_account ( MIBPrt self)

◆ mib_prt_get_client_info()

const gchar * mib_prt_get_client_info ( MIBPrt self)

◆ mib_prt_get_expires_on()

time_t mib_prt_get_expires_on ( MIBPrt self)

◆ mib_prt_get_granted_scopes()

gchar *const * mib_prt_get_granted_scopes ( MIBPrt self)

◆ mib_prt_get_id_token()

const gchar * mib_prt_get_id_token ( MIBPrt self)