PublicKeyCredentialDescriptorJSON
Represents a public key credential descriptor in JSON format. Used to identify credentials for exclusion or allowance during WebAuthn ceremonies.
interface PublicKeyCredentialDescriptorJSON {
id: Base64URLString;
transports?: AuthenticatorTransportFuture[];
type: PublicKeyCredentialType;
}§Properties
§
The credential ID in base64url format.
§
transports?: AuthenticatorTransportFuture[]
[src]How the authenticator communicates with clients.