toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.authn
/
PublicKeyCredentialRequestOptionsJSON
Public
Key
Credential
Request
Options
JSON
external
interface
PublicKeyCredentialRequestOptionsJSON
(
source
)
Members
Properties
allow
Credentials
Link copied to clipboard
abstract
val
allowCredentials
:
ReadonlyArray
<
PublicKeyCredentialDescriptorJSON
>
?
challenge
Link copied to clipboard
abstract
val
challenge
:
Base64URLString
extensions
Link copied to clipboard
abstract
val
extensions
:
AuthenticationExtensionsClientInputsJSON
?
hints
Link copied to clipboard
abstract
val
hints
:
ReadonlyArray
<
String
>
?
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
:
String
?