toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.passport.credentials
/
DecryptedCredentials
Decrypted
Credentials
@
Serializable
data
class
DecryptedCredentials
(
val
secureData
:
SecureData
,
val
nonce
:
String
)
Members
Constructors
Decrypted
Credentials
Link copied to clipboard
constructor
(
secureData
:
SecureData
,
nonce
:
String
)
Properties
nonce
Link copied to clipboard
@
SerialName
(
value
=
"nonce"
)
val
nonce
:
String
secure
Data
Link copied to clipboard
@
SerialName
(
value
=
"secure_data"
)
val
secureData
:
SecureData