toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.authn
/
PublicKeyCredentialRequestOptions
Public
Key
Credential
Request
Options
external
interface
PublicKeyCredentialRequestOptions
(
source
)
Members
Properties
allow
Credentials
Link copied to clipboard
abstract
val
allowCredentials
:
ReadonlyArray
<
PublicKeyCredentialDescriptor
>
?
challenge
Link copied to clipboard
abstract
val
challenge
:
BufferSource
extensions
Link copied to clipboard
abstract
val
extensions
:
AuthenticationExtensionsClientInputs
?
rp
Id
Link copied to clipboard
abstract
val
rpId
:
String
?
timeout
Link copied to clipboard
abstract
val
timeout
:
Int
?
user
Verification
Link copied to clipboard
abstract
val
userVerification
:
UserVerificationRequirement
?