LinkedAccount
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.LinkedAccount.LinkedAccount(final long ptr) Parameters ptr: final long |
getAccessToken
()
|
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
String com.meta.horizon.platform.ovr.models.LinkedAccount.getAccessToken() Returns String
String
|
getServiceProvider
()
|
Service provider with which the linked account is associated. There are several possible service providers that can be found in ServiceProvider.
Signature
ServiceProvider com.meta.horizon.platform.ovr.models.LinkedAccount.getServiceProvider() Returns ServiceProvider
ServiceProvider
|
getUserId
()
|
A unique identifier represents the user ID of the linked account. It can be retrieved using com.meta.horizon.platform.ovr.models.User#getID()
Signature
String com.meta.horizon.platform.ovr.models.LinkedAccount.getUserId() Returns String
String
|