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

Platform 1.32 Reference Guide

OVR_LinkedAccount.h File Reference

Typedefs

struct ovrLinkedAccount *

Functions

const char *
Access token of the linked account.
ovrServiceProvider
Service provider with which the linked account is associated.
const char *
User ID of the linked account.

Typedef Documentation

typedef struct ovrLinkedAccount* ovrLinkedAccountHandle ( )

Function Documentation

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.
1
2
3
4
5
6
7
8
9
10
12
13
15
16
18
19
20
21
// 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
The documentation for this file was generated from the following file: OVR_LinkedAccount.h