Type alias CredentialDescriptor

CredentialDescriptor: {
    id: URLEncodedBase64;
    transports?: AuthenticatorTransport[];
    type: CredentialType;
}

Specifies a credential for use by the browser when it calls navigator.credentials.create() or navigator.credentials.get().

Type declaration

Generated using TypeDoc