struct ovrLinkedAccount * |
const char * | ovr_LinkedAccount_GetAccessToken ( const ovrLinkedAccountHandle obj ) Access token of the linked account. |
ovr_LinkedAccount_GetServiceProvider ( const ovrLinkedAccountHandle obj ) Service provider with which the linked account is associated. | |
const char * | ovr_LinkedAccount_GetUserId ( const ovrLinkedAccountHandle obj ) User ID of the linked account. |
typedef struct ovrLinkedAccount* ovrLinkedAccountHandle ( ) |
---|
No description available.
|
const char* ovr_LinkedAccount_GetAccessToken ( const ovrLinkedAccountHandle obj ) |
---|
Access token of the linked account. |
ovrServiceProvider ovr_LinkedAccount_GetServiceProvider ( const ovrLinkedAccountHandle obj ) |
---|
Service provider with which the linked account is associated. |
const char* ovr_LinkedAccount_GetUserId ( const ovrLinkedAccountHandle obj ) |
---|
User ID of the linked account. |