Skip to content

Commit

Permalink
add conditional-create
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Sep 7, 2023
1 parent 5c39e19 commit 699e9d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3982,7 +3982,8 @@ Note: The {{UserVerificationRequirement}} enumeration is deliberately not refere
"user-verifying-platform-authenticator",
"hybrid-transport",
"passkey-platform-authenticator",
"conditional-mediation"
"conditional-mediation",
"conditional-create"
};
</xmp>

Expand All @@ -4002,6 +4003,9 @@ Note: The {{ClientCapability}} enumeration is deliberately not referenced, see [

: <dfn>conditional-mediation</dfn>
:: The [=WebAuthn Client=] is capable of {{CredentialMediationRequirement/conditional}} mediation.

: <dfn>conditional-create</dfn>
:: The [=WebAuthn Client=] is capable of a {{CredentialMediationRequirement/conditional}} credential creation operation.
</div>

## Permissions Policy integration ## {#sctn-permissions-policy}
Expand Down

0 comments on commit 699e9d1

Please sign in to comment.