teleproto - v1.229.0
    Preparing search index...

    Interface InputPasskeyResponseLoginIn

    interface InputPasskeyResponseLoginIn {
        _: "inputPasskeyResponseLogin";
        authenticatorData: bytes;
        clientData: DataJSONIn;
        signature: bytes;
        userHandle: string;
    }
    Index
    _: "inputPasskeyResponseLogin"
    authenticatorData: bytes
    clientData: DataJSONIn
    signature: bytes
    userHandle: string