PublicKeyCredentialRequestOptions
Represents the options returned by the server to initiate the WebAuthn authentication (assertion) process.
Fields
| Name | Type | Notes | |
|---|---|---|---|
challenge |
|
A base64-encoded cryptographic challenge generated by the server |
|
timeout |
|
(Optional) Time in milliseconds the client has to complete the authentication |
|
rpId |
|
(Optional) The Relying Party ID to scope the credentials (defaults to the origin’s effective domain) |
|
allowCredentials |
(Optional) List of acceptable credentials to use for authentication |
||
userVerification |
|
(Optional) |
|
extensions |
(Optional) Client extensions used during authentication |