class Tourmaline::EncryptedCredentials
inherits Reference
#
Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes.
Included modules
JSON::Serializable
Constructors#
Methods#
#data : String
#
: String
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication
#data=(data : String)
#
(data : String)
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication
#secret : String
#
: String
Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption
#secret=(secret : String)
#
(secret : String)
Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption