-
Notifications
You must be signed in to change notification settings - Fork 931
config properties webauthn
GitHub Action edited this page Nov 7, 2024
·
6 revisions
v1.2.1
object
(webauthn)
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
-
is optional
-
cannot be null
object
(relying_party)
Deprecated, use timeouts
instead.
timeout
-
is optional
-
cannot be null
integer
The default value is:
60000
timeouts
specifies the timeouts for passkey/WebAuthn registration and login.
timeouts
-
is optional
-
cannot be null
object
(timeouts)
Deprecated, use passkey.user_verification
instead
user_verification
-
is optional
-
cannot be null
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"required" |
|
"preferred" |
|
"discouraged" |
The default value is:
"preferred"