@auth0/nextjs-auth0 - v4.22.0
    Preparing search index...

    Interface PasskeyCredentialDescriptorJSON

    JSON-safe representation of a WebAuthn credential descriptor. Binary fields are Base64URL-encoded strings.

    interface PasskeyCredentialDescriptorJSON {
        id: string;
        transports?: string[];
        type: "public-key";
    }
    Index

    Properties

    Properties

    id: string
    transports?: string[]
    type: "public-key"