PublicKeyCredentialDescriptor encoded as JSON

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

Properties

Properties

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