API reference

LinkedAccount Interface

Represents a linked account that is associated with the 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

Signature

interface LinkedAccount

Properties

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