toggle menu
Authgear
androidJvm
switch theme
search in API
sdk
/
com.oursky.authgear
/
Authenticator
Authenticator
@
Serializable
data
class
Authenticator
(
val
createdAt
:
String
,
val
updatedAt
:
String
,
val
type
:
AuthenticatorType
,
val
kind
:
AuthenticatorKind
)
Members
Constructors
Authenticator
Link copied to clipboard
constructor
(
createdAt
:
String
,
updatedAt
:
String
,
type
:
AuthenticatorType
,
kind
:
AuthenticatorKind
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
String
kind
Link copied to clipboard
val
kind
:
AuthenticatorKind
type
Link copied to clipboard
val
type
:
AuthenticatorType
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String