node-webauthn
    Preparing search index...

    Type Alias CredentialDescriptorJSON

    type CredentialDescriptorJSON = {
        id: string;
        transports?: readonly AuthenticatorTransport[];
        type: PublicKeyCredentialType;
    }
    Index

    Properties

    Properties

    id: string
    transports?: readonly AuthenticatorTransport[]
    type: PublicKeyCredentialType