PACECloudSDK
/
cloud.pace.sdk.api.user.generated.model
/
OTP
/
Types
Types
enum
Types
:
Enum
<
OTP.Types
>
Content copied to clipboard
Entries
Properties
Entries
DEVICETOTP
Link copied to clipboard
@
SerializedName
(
value =
"device-totp"
)
@
Json
(
name =
"device-totp"
)
DEVICETOTP
("device-totp")
Content copied to clipboard
TOTP
Link copied to clipboard
@
SerializedName
(
value =
"totp"
)
@
Json
(
name =
"totp"
)
TOTP
("totp")
Content copied to clipboard
ACCOUNT
Link copied to clipboard
@
SerializedName
(
value =
"account"
)
@
Json
(
name =
"account"
)
ACCOUNT
("account")
Content copied to clipboard
LOGIN
Link copied to clipboard
@
SerializedName
(
value =
"login"
)
@
Json
(
name =
"login"
)
LOGIN
("login")
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard