ConfirmQrCodeAuthentication
public struct ConfirmQrCodeAuthentication : Codable, Equatable, TDFunction
Confirms QR code authentication on another device. Returns created session on success
-
Undocumented
Declaration
Swift
public typealias Result = Session
-
A link from a QR code. The link must be scanned by the in-app camera
Declaration
Swift
public let link: String
-
Confirms QR code authentication on another device. Returns created session on success
Declaration
Swift
public init(link: String)
Parameters
link
A link from a QR code. The link must be scanned by the in-app camera