-
Notifications
You must be signed in to change notification settings - Fork 895
config properties webauthn properties timeouts
GitHub Action edited this page Oct 15, 2024
·
4 revisions
v1.1.0
object
(timeouts)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
registration | integer |
Optional | cannot be null | Config |
login | integer |
Optional | cannot be null | Config |
registration
determines the time, in milliseconds, that the client is willing to wait for the credential
creation request to the WebAuthn API to complete.
registration
-
is optional
-
cannot be null
integer
The default value is:
600000
login
determines the time, in milliseconds, that the client is willing to wait for the credential
request to the WebAuthn API to complete.
login
-
is optional
-
cannot be null
integer
The default value is:
600000