This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrLinkedAccount * |
| 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. |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_LINKEDACCOUNT_H #define OVR_LINKEDACCOUNT_H #include "OVR_Platform_Defs.h" #include "OVR_ServiceProvider.h" typedefstruct ovrLinkedAccount *ovrLinkedAccountHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_LinkedAccount_GetAccessToken(const ovrLinkedAccountHandle obj); OVRP_PUBLIC_FUNCTION(ovrServiceProvider) ovr_LinkedAccount_GetServiceProvider(const ovrLinkedAccountHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_LinkedAccount_GetUserId(const ovrLinkedAccountHandle obj); #endif