ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
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