Skip to content

config properties webauthn

GitHub Action edited this page Nov 7, 2024 · 6 revisions

Version

v1.2.1

webauthn Type

object (webauthn)

webauthn Properties

Property Type Required Nullable Defined by
relying_party object Optional cannot be null Config
timeout integer Optional cannot be null Config
timeouts object Optional cannot be null Config
user_verification string Optional cannot be null Config

relying_party

relying_party

  • is optional

  • cannot be null

relying_party Type

object (relying_party)

timeout

Deprecated, use timeouts instead.

timeout

  • is optional

  • cannot be null

timeout Type

integer

timeout Default Value

The default value is:

60000

timeouts

timeouts specifies the timeouts for passkey/WebAuthn registration and login.

timeouts

  • is optional

  • cannot be null

timeouts Type

object (timeouts)

user_verification

Deprecated, use passkey.user_verification instead

user_verification

  • is optional

  • cannot be null

user_verification Type

string

user_verification Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"required"
"preferred"
"discouraged"

user_verification Default Value

The default value is:

"preferred"
Clone this wiki locally