Skip to main content
Example
export interface AllowCredential {
  type: 'public-key';
  id: Base64URLString;
  transports?: AuthenticatorTransport[];
}

Properties

id
string
transports?
type
"public-key"