View Source Telegex.Type.EncryptedCredentials (Telegex v1.8.0)

Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes.

Summary

Types

@type t() :: %Telegex.Type.EncryptedCredentials{
  data: String.t(),
  hash: String.t(),
  secret: String.t()
}