Interface PublicKeyCredentialDescriptorJSON

    interface PublicKeyCredentialDescriptorJSON {
        id: string;
        transports?: string[];
        type: string;
    }

    Properties

    Properties

    id: string
    transports?: string[]
    type: string