Skip to content

Commit

Permalink
Update interfaces/webauthn.idl (#23626)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored May 15, 2020
1 parent f9d12a5 commit 5905cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interfaces/webauthn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ interface AuthenticatorResponse {
interface AuthenticatorAttestationResponse : AuthenticatorResponse {
[SameObject] readonly attribute ArrayBuffer attestationObject;
sequence<DOMString> getTransports();
ArrayBuffer getAuthenticatorData();
ArrayBuffer? getPublicKey();
COSEAlgorithmIdentifier getPublicKeyAlgorithm();
};

[SecureContext, Exposed=Window]
Expand Down

0 comments on commit 5905cf0

Please sign in to comment.