LinkedAccount
(
o
)
|
Signature
Oculus.Platform.Models.LinkedAccount.LinkedAccount(IntPtr o) Parameters o: IntPtr |
AccessToken
: readonly string |
Access token of the linked account. This token is used to authenticate the user on the service provider's platform and grant access to their data or services.
Signature
readonly string Oculus.Platform.Models.LinkedAccount.AccessToken |
ServiceProvider
: readonly ServiceProvider |
Service provider with which the linked account is associated. There are several possible service providers that can be found in ServiceProvider.
Signature
readonly ServiceProvider Oculus.Platform.Models.LinkedAccount.ServiceProvider |
UserId
: readonly string |
A unique identifier represents the user ID of the linked account. It can be retrieved using User::ID
Signature
readonly string Oculus.Platform.Models.LinkedAccount.UserId |