Interface RemoveLoginPasskey

Removes a passkey from the list of passkeys allowed to be used for the login by the current user. Request type for Tdjson#removeLoginPasskey.

interface RemoveLoginPasskey {
    @type: "removeLoginPasskey";
    passkey_id: string;
}

Properties

Properties

@type: "removeLoginPasskey"
passkey_id: string

Unique identifier of the passkey to remove.