Password

@Serializable
data class Password(val identifier: IdentifierType, val password: String) : AuthenticationRequest

Constructors

Link copied to clipboard
constructor(identifier: IdentifierType, password: String)

Properties

Link copied to clipboard
@SerialName(value = "identifier")
val identifier: IdentifierType
Link copied to clipboard
@SerialName(value = "password")
val password: String
Link copied to clipboard
@SerialName(value = "type")
open override val type: AuthenticationType.Password