Skip to content

Commit

Permalink
Merge pull request #2161 from zacknewman/CredentialRequestOptions-hyp…
Browse files Browse the repository at this point in the history
…erlink

Fix CredentialRequestOptions hyperlink
  • Loading branch information
emlun authored Oct 2, 2024
2 parents 8da6300 + ae49b82 commit bd79935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6099,7 +6099,7 @@ provide this chain in the attestation information.
In order to perform an [=authentication ceremony=], the [=[RP]=] MUST proceed as follows:

1. Let |options| be a new {{CredentialRequestOptions}} structure configured to the [=[RP]=]'s needs for the ceremony.
Let |pkOptions| be <code>|options|.{{CredentialCreationOptions/publicKey}}</code>.
Let |pkOptions| be <code>|options|.{{CredentialRequestOptions/publicKey}}</code>.

1. Call {{CredentialsContainer/get()|navigator.credentials.get()}} and pass |options| as the argument.
Let |credential| be the result of the successfully resolved promise.
Expand Down

0 comments on commit bd79935

Please sign in to comment.