1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 11:16:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.md

16 lines
1.2 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.credentials](../index.md)/[DecryptedCredentials](index.md)
# DecryptedCredentials
[common] data class [DecryptedCredentials](index.md)(**secureData**: [SecureData](../../dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.md), **nonce**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.passport.credentials/DecryptedCredentials/nonce/#/PointingToDeclaration/"></a>[nonce](nonce.md)| <a name="dev.inmo.tgbotapi.types.passport.credentials/DecryptedCredentials/nonce/#/PointingToDeclaration/"></a> [common] val [nonce](nonce.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.passport.credentials/DecryptedCredentials/secureData/#/PointingToDeclaration/"></a>[secureData](secure-data.md)| <a name="dev.inmo.tgbotapi.types.passport.credentials/DecryptedCredentials/secureData/#/PointingToDeclaration/"></a> [common] val [secureData](secure-data.md): [SecureData](../../dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.md) <br>|