-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Curated data generated from raw data at f4d683d
- Loading branch information
curation-bot
committed
Aug 29, 2024
1 parent
abf2eb2
commit 9f14834
Showing
31 changed files
with
3,722 additions
and
2,258 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Source: Web Authentication: An API for accessing Public Key Credentials - Level 3 (https://www.w3.org/TR/webauthn-3/) | ||
dictionary AllAcceptedCredentialsOptions { | ||
required DOMString rpId; | ||
required Base64URLString userId; | ||
required sequence<Base64URLString> allAcceptedCredentialIds; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Source: Web Authentication: An API for accessing Public Key Credentials - Level 3 (https://www.w3.org/TR/webauthn-3/) | ||
dictionary CurrentUserDetailsOptions { | ||
required DOMString rpId; | ||
required Base64URLString userId; | ||
required DOMString name; | ||
required DOMString displayName; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Source: Web Authentication: An API for accessing Public Key Credentials - Level 3 (https://www.w3.org/TR/webauthn-3/) | ||
dictionary UnknownCredentialOptions { | ||
required DOMString rpId; | ||
required Base64URLString credentialId; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "AllAcceptedCredentialsOptions", | ||
"type": "dictionary", | ||
"defined": { | ||
"spec": { | ||
"title": "Web Authentication: An API for accessing Public Key Credentials - Level 3", | ||
"url": "https://www.w3.org/TR/webauthn-3/" | ||
}, | ||
"fragment": "dictionary AllAcceptedCredentialsOptions {\n required DOMString rpId;\n required Base64URLString userId;\n required sequence<Base64URLString> allAcceptedCredentialIds;\n};", | ||
"href": "https://w3c.github.io/webauthn/#dictdef-allacceptedcredentialsoptions" | ||
}, | ||
"extended": [], | ||
"inheritance": null, | ||
"includes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "CurrentUserDetailsOptions", | ||
"type": "dictionary", | ||
"defined": { | ||
"spec": { | ||
"title": "Web Authentication: An API for accessing Public Key Credentials - Level 3", | ||
"url": "https://www.w3.org/TR/webauthn-3/" | ||
}, | ||
"fragment": "dictionary CurrentUserDetailsOptions {\n required DOMString rpId;\n required Base64URLString userId;\n required DOMString name;\n required DOMString displayName;\n};", | ||
"href": "https://w3c.github.io/webauthn/#dictdef-currentuserdetailsoptions" | ||
}, | ||
"extended": [], | ||
"inheritance": null, | ||
"includes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "UnknownCredentialOptions", | ||
"type": "dictionary", | ||
"defined": { | ||
"spec": { | ||
"title": "Web Authentication: An API for accessing Public Key Credentials - Level 3", | ||
"url": "https://www.w3.org/TR/webauthn-3/" | ||
}, | ||
"fragment": "dictionary UnknownCredentialOptions {\n required DOMString rpId;\n required Base64URLString credentialId;\n};", | ||
"href": "https://w3c.github.io/webauthn/#dictdef-unknowncredentialoptions" | ||
}, | ||
"extended": [], | ||
"inheritance": null, | ||
"includes": [] | ||
} |
Oops, something went wrong.