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

ServiceProvider

Updated: Jul 24, 2025

ServiceProvider

enum ServiceProvider : Enum<ServiceProvider>
The service provider enum describes the specific provider that is associated with the horizon.platform.users.models.LinkedAccount of a horizon.platform.users.models.User. Linked accounts for users represent the third party identities that are used for services or apps in association with user.

Entries

NameSummary
Unknown
Represents that the ServiceProvider is unknown.
Dropbox
TODO: Add comment for this enum member!
Facebook
TODO: Add comment for this enum member!
Google
TODO: Add comment for this enum member!
Instagram
TODO: Add comment for this enum member!
RemoteMedia
TODO: Add comment for this enum member!

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int
value
val value: Int

Functions

NameSummary
valueOf
fun valueOf(value: String): ServiceProvider
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<ServiceProvider>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon