AuthenticatorAttestationResponse

Baseline Widely available *

This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021.

* Some parts of this feature may have varying levels of support.

Contexte sécurisé: Cette fonctionnalité est uniquement disponible dans des contextes sécurisés (HTTPS), pour certains navigateurs qui la prennent en charge.

L'interface AuthenticatorAttestationResponse, rattachée à l'API Web Authentication, est renvoyée par un appel à CredentialsContainer.create() lorsqu'un objet PublicKeyCredential est passé à la méthode. Elle fournit une racine cryptographique de confiance pour la nouvelle paire de clés qui a été générée.

Propriétés

AuthenticatorAttestationResponse.clientDataJSON

Les données relatives aux client pour l'authentification telles que l'origine et le challenge. La propriété clientDataJSON est héritée de l'interface AuthenticatorResponse.

AuthenticatorAttestationResponse.attestationObject

Un objet ArrayBuffer qui contient les données de l'authenticateur ainsi qu'une instruction d'attestation pour la nouvelle paire de clés.

Méthodes

Aucune.

Exemples

TBD

Spécifications

Specification
Web Authentication: An API for accessing Public Key Credentials - Level 3
# authenticatorattestationresponse

Compatibilité des navigateurs

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
AuthenticatorAttestationResponse
attestationObject
getAuthenticatorData
getPublicKey
getPublicKeyAlgorithm
getTransports

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
Partial support
Partial support
No support
No support
See implementation notes.
Has more compatibility info.