Password

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

Constructors

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

Properties

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