Interface PublicKeyCredential
interface PublicKeyCredential {
authenticatorAttachment: string;
id: string;
rawId: ArrayBuffer;
response: AuthenticatorResponse;
type: string;
getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
toJSON(): any;
}
authenticatorAttachment: string;
id: string;
rawId: ArrayBuffer;
response: AuthenticatorResponse;
type: string;
getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
toJSON(): any;
}
                 
                    
                  Hierarchy
              
              - Credential- PublicKeyCredential (View Summary)
 
 Index
Properties
Methods
 Properties
ReadonlyauthenticatorAttachment 
authenticatorAttachment: string
Readonlyid
id: string
ReadonlyrawId 
Readonlyresponse
Readonlytype
type: string
 Methods
getClientExtensionResults   
- getClientExtensionResults(): AuthenticationExtensionsClientOutputs
- Returns AuthenticationExtensionsClientOutputs
Available only in secure contexts.
MDN Reference