-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update isConditionalMediationAvailable and contributors
- Loading branch information
Pascoe
committed
Feb 28, 2024
1 parent
55024a6
commit 145c827
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -36,6 +36,7 @@ Former Editor: Rolf Lindemann, w3cid 84447, Nok Nok Labs, [email protected] | |
!Contributors: <a href="mailto:[email protected]">Adam Langley</a> (Google) | ||
!Contributors: <a href="mailto:[email protected]">Giridhar Mandyam</a> (Qualcomm) | ||
!Contributors: <a href="mailto:[email protected]">Matthew Miller</a> (Cisco) | ||
!Contributors: <a href="mailto:[email protected]">Pascoe</a> (Apple) | ||
!Contributors: <a href="mailto:[email protected]">Nina Satragno</a> (Google) | ||
!Contributors: <a href="mailto:[email protected]">Nick Steele</a> (1Password) | ||
!Contributors: <a href="mailto:[email protected]">Jiewen Tan</a> (Apple) | ||
|
@@ -1576,15 +1577,16 @@ that are returned to the caller when a new credential is created, or a new asser | |
|
||
: {{PublicKeyCredential/isConditionalMediationAvailable()}} | ||
:: {{PublicKeyCredential}} overrides this method to indicate availability for {{CredentialMediationRequirement/conditional}} | ||
mediation. [=[WRPS]=] SHOULD verify availability before attempting to set | ||
<code>|options|.{{CredentialRequestOptions/mediation}}</code> to {{CredentialMediationRequirement/conditional}}. | ||
mediation during {{CredentialsContainer/get()|navigator.credentials.get()}}. [=[WRPS]=] SHOULD verify availability before | ||
attempting to set <code>|options|.{{CredentialRequestOptions/mediation}}</code> to {{CredentialMediationRequirement/conditional}}. | ||
|
||
Upon invocation, a promise is returned that resolves with a value of [TRUE] if {{CredentialMediationRequirement/conditional}} | ||
[=user mediation=] is available, or [FALSE] otherwise. | ||
|
||
This method has no arguments and returns a promise to a Boolean value. | ||
|
||
Note: If this method is not present, {{CredentialMediationRequirement/conditional}} [=user mediation=] is not available. | ||
Note: If this method is not present, {{CredentialMediationRequirement/conditional}} [=user mediation=] is not available for | ||
{{CredentialsContainer/get()|navigator.credentials.get()}}. | ||
|
||
: {{PublicKeyCredential/toJSON()}} | ||
:: This operation returns {{RegistrationResponseJSON}} or {{AuthenticationResponseJSON}}, | ||
|
@@ -4911,6 +4913,7 @@ client ignores any further responses from the authenticator for the canceled ope | |
This operation is ignored if it is invoked in an [=authenticator session=] which does not have an [=authenticatorMakeCredential=] | ||
or [=authenticatorGetAssertion=] operation currently in progress. | ||
|
||
|
||
### The <dfn>silentCredentialDiscovery</dfn> operation ### {#sctn-op-silent-discovery} | ||
|
||
This is an OPTIONAL operation authenticators MAY support to enable {{CredentialMediationRequirement/conditional}} | ||
|
@@ -6736,6 +6739,7 @@ During a transition from the FIDO U2F JavaScript API, a [=[RP]=] may have a popu | |
: Authenticator extension output | ||
:: None. | ||
|
||
|
||
### Credential Properties Extension (<dfn>credProps</dfn>) ### {#sctn-authenticator-credential-properties-extension} | ||
|
||
This [=client extension|client=] [=registration extension=] facilitates reporting certain [=credential properties=] known by the [=client=] to the requesting [=[WRP]=] upon creation of a [=public key credential source=] as a result of a [=registration ceremony=]. | ||
|