interface LinkedAccount
accessToken
: String?
[Get] |
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
abstract val accessToken: String? |
serviceProvider
: ServiceProvider
[Get] |
Service provider with which the linked account is associated. There are several possible service providers that can be found in ServiceProvider.
Signature
abstract val serviceProvider: ServiceProvider |
userId
: String
[Get] |
A unique identifier represents the user ID of the linked account. It can be retrieved using User.id
Signature
abstract val userId: String |