EncryptedCredentials
public struct EncryptedCredentials : Codable, Equatable, FunctionResult
Contains encrypted Telegram Passport data credentials
-
The encrypted credentials
Declaration
Swift
public let data: Bytes -
The decrypted data hash
Declaration
Swift
public let hash: Bytes -
Secret for data decryption, encrypted with the service’s public key
Declaration
Swift
public let secret: Bytes -
Contains encrypted Telegram Passport data credentials
Parameters
dataThe encrypted credentials
hashThe decrypted data hash
secretSecret for data decryption, encrypted with the service’s public key
View on GitHub
Install in Dash
EncryptedCredentials Structure Reference