node-webauthn
Preparing search index...
CreateAuthenticationOptionsInput
Type Alias CreateAuthenticationOptionsInput
type
CreateAuthenticationOptionsInput
=
{
allowCredentials
?:
ReadonlyArray
<
CredentialDescriptorJSON
>
;
challenge
?:
string
;
extensions
?:
AuthenticationExtensionsClientInputs
;
rpId
?:
string
;
timeout
?:
number
;
userVerification
?:
UserVerificationRequirement
;
}
Index
Properties
allow
Credentials?
challenge?
extensions?
rp
Id?
timeout?
user
Verification?
Properties
Optional
Readonly
allow
Credentials
allowCredentials
?:
ReadonlyArray
<
CredentialDescriptorJSON
>
Optional
Readonly
challenge
challenge
?:
string
Optional
Readonly
extensions
extensions
?:
AuthenticationExtensionsClientInputs
Optional
Readonly
rp
Id
rpId
?:
string
Optional
Readonly
timeout
timeout
?:
number
Optional
Readonly
user
Verification
userVerification
?:
UserVerificationRequirement
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Credentials
challenge
extensions
rp
Id
timeout
user
Verification
node-webauthn
Loading...