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

    Interface AllowCredential

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

    Properties

    Properties

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