AuthenticationRequest

Types

Link copied to clipboard
@Serializable
object Dummy : AuthenticationRequest
Link copied to clipboard
@Serializable
data class EmailIdentify(val thirdPidCredentials: ThirdPidCredentials) : AuthenticationRequest
Link copied to clipboard
@Serializable
object Fallback : AuthenticationRequest
Link copied to clipboard
@Serializable
data class Msisdn(val thirdPidCredentials: ThirdPidCredentials) : AuthenticationRequest
Link copied to clipboard
@Serializable
data class Password(val identifier: IdentifierType, val password: String) : AuthenticationRequest
Link copied to clipboard
@Serializable
data class Recaptcha(val response: JsonElement) : AuthenticationRequest
Link copied to clipboard
@Serializable
data class RegistrationToken(val token: String) : AuthenticationRequest

Properties

Link copied to clipboard
abstract val type: AuthenticationType?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard