API reference
API reference
Select your platform
No SDKs available
No versions available

LinkedAccount

Updated: Aug 26, 2025

LinkedAccount

interface LinkedAccount
Represents a linked account that is associated with the horizon.platform.users.models.User’s account in the system. It provides a way to store and manage information about linked accounts in the system, allowing users to easily access and manage their data or services from multiple platforms in one place

Properties

NameSummary
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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon