@auth0/auth0-acul-js - v0.1.0-beta.9
    Preparing search index...

    Interface AllowCredential

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

    Properties

    Properties

    id: string
    type: "public-key"