Interface AddLoginPasskey

Adds a passkey allowed to be used for the login by the current user and returns the added passkey. Call getPasskeyParameters to get parameters for creating of the passkey. Request type for Tdjson#addLoginPasskey.

interface AddLoginPasskey {
    @type: "addLoginPasskey";
    attestation_object: string;
    client_data: string;
}

Properties

@type: "addLoginPasskey"
attestation_object: string

Passkey attestation object.

client_data: string

JSON-encoded client data.