Documentation
    Preparing search index...

    Interface PublicKeyCredentialDescriptorJSON

    PublicKeyCredentialDescriptor encoded as JSON

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

    Properties

    Properties

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