Skip to content

Commit

Permalink
s/conditionalMediation/conditionalGet
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Apr 24, 2024
1 parent 3ad0eda commit 2b74398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ Note: The {{UserVerificationRequirement}} enumeration is deliberately not refere
<xmp class="idl">
enum ClientCapability {
"conditionalCreate",
"conditionalMediation",
"conditionalGet",
"hybridTransport",
"passkeyPlatformAuthenticator",
"userVerifyingPlatformAuthenticator",
Expand All @@ -3982,8 +3982,8 @@ Note: The {{ClientCapability}} enumeration is deliberately not referenced, see [
: <dfn>conditionalCreate</dfn>
:: The [=WebAuthn Client=] is capable of a {{CredentialMediationRequirement/conditional}} credential creation operation.

: <dfn>conditionalMediation</dfn>
:: The [=WebAuthn Client=] is capable of {{CredentialMediationRequirement/conditional}} mediation.
: <dfn>conditionalGet</dfn>
:: The [=WebAuthn Client=] is capable of {{CredentialMediationRequirement/conditional}} mediation for an [=authentication ceremony=].

: <dfn>hybridTransport</dfn>
:: The [=WebAuthn Client=] supports usage of the {{AuthenticatorTransport/hybrid}} transport.
Expand Down

0 comments on commit 2b74398

Please sign in to comment.