Interface PublicKeyCredential
interface PublicKeyCredential {
authenticatorAttachment: string;
id: string;
rawId: ArrayBuffer;
response: AuthenticatorResponse;
type: string;
getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
}
authenticatorAttachment: string;
id: string;
rawId: ArrayBuffer;
response: AuthenticatorResponse;
type: string;
getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
}
Hierarchy
- Credential
- PublicKeyCredential (view full)
Index
Properties
Methods
Properties
Readonly
authenticatorAttachment
authenticatorAttachment : string
Readonly
id
id: string
Readonly
rawId
Readonly
response
Readonly
type
type: string
Methods
getClientExtensionResults
- get
Client (): AuthenticationExtensionsClientOutputsExtension Results Returns AuthenticationExtensionsClientOutputs
Available only in secure contexts.
MDN Reference