| Name | Summary |
|---|---|
accessToken | abstract val accessToken: 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. |
json | open val json: String |
serviceProvider | abstract val serviceProvider: ServiceProvider Service provider with which the linked account is associated. There are several possible service providers that can be found in horizon.platform.users.enums.ServiceProvider. |
userId | abstract val userId: String A unique identifier represents the user ID of the linked account. It can be retrieved using horizon.platform.users.models.User.id |