trixnity-clientserverapi-model
3.7.1
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.uia
/
AuthenticationRequest
/
Password
Password
@
Serializable
data
class
Password
(
val
identifier
:
IdentifierType
,
val
password
:
String
)
:
AuthenticationRequest
Members
Constructors
Password
Link copied to clipboard
constructor
(
identifier
:
IdentifierType
,
password
:
String
)
Properties
identifier
Link copied to clipboard
val
identifier
:
IdentifierType
password
Link copied to clipboard
val
password
:
String
type
Link copied to clipboard
open
override
val
type
:
AuthenticationType.Password