@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface PasskeyCreate

    interface PasskeyCreate {
        public_key: {
            user: { id: string; name: string; displayName: string };
            rp: { id: string; name: string };
            challenge: string;
            pubKeyCredParams: [{ type: string; alg: number }];
            authenticatorSelection: {
                residentKey: string;
                userVerification: string;
                authenticatorAttachment?: string;
            };
        };
    }
    Index

    Properties

    Properties

    public_key: {
        user: { id: string; name: string; displayName: string };
        rp: { id: string; name: string };
        challenge: string;
        pubKeyCredParams: [{ type: string; alg: number }];
        authenticatorSelection: {
            residentKey: string;
            userVerification: string;
            authenticatorAttachment?: string;
        };
    }