Interface PublicKeyCredentialDescriptor

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

Properties

Properties

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