Skip to content

config properties webauthn properties timeouts

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

timeouts Type

object (timeouts)

timeouts Properties

Property Type Required Nullable Defined by
registration integer Optional cannot be null Config
login integer Optional cannot be null Config

registration

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

registration Type

integer

registration Default Value

The default value is:

600000

login

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

login Type

integer

login Default Value

The default value is:

600000
Clone this wiki locally