Interface ConfirmQrCodeAuthentication

Confirms QR code authentication on another device. Returns created session on success. Request type for Tdjson#confirmQrCodeAuthentication.

interface ConfirmQrCodeAuthentication {
    @type: "confirmQrCodeAuthentication";
    link: string;
}

Properties

Properties

@type: "confirmQrCodeAuthentication"
link: string

A link from a QR code. The link must be scanned by the in-app camera.