SSO

@Serializable
data class SSO(val identityProviders: Set<LoginType.SSO.IdentityProvider> = setOf()) : LoginType

Constructors

Link copied to clipboard
constructor(identityProviders: Set<LoginType.SSO.IdentityProvider> = setOf())

Types

Link copied to clipboard
@Serializable
data class IdentityProvider(val brand: String? = null, val icon: String? = null, val id: String, val name: String)

Properties

Link copied to clipboard
@SerialName(value = "identity_providers")
val identityProviders: Set<LoginType.SSO.IdentityProvider>
Link copied to clipboard
@SerialName(value = "type")
open override val name: String