GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
index
FidoAuthenticationOptions
Interface FidoAuthenticationOptions
interface
FidoAuthenticationOptions
{
allowCredentials
?:
{
id
:
number
[]
;
transports
?:
AuthenticatorTransport
[]
;
type
:
"public-key"
;
}
[]
;
challenge
:
number
[]
;
extensions
?:
AuthenticationExtensionsClientInputs
;
rpId
?:
string
;
timeout
?:
number
;
userVerification
?:
UserVerificationRequirement
;
}
Hierarchy
Omit
<
PublicKeyCredentialRequestOptions
,
"challenge"
|
"allowCredentials"
>
FidoAuthenticationOptions
Index
Properties
allow
Credentials?
challenge
extensions?
rp
Id?
timeout?
user
Verification?
Properties
Optional
allow
Credentials
allowCredentials
?:
{
id
:
number
[]
;
transports
?:
AuthenticatorTransport
[]
;
type
:
"public-key"
;
}
[]
challenge
challenge
:
number
[]
Optional
extensions
extensions
?:
AuthenticationExtensionsClientInputs
Optional
rp
Id
rpId
?:
string
Optional
timeout
timeout
?:
number
Optional
user
Verification
userVerification
?:
UserVerificationRequirement
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allow
Credentials
challenge
extensions
rp
Id
timeout
user
Verification
GitHub
Documentation
Loading...