toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.authn
/
PublicKeyCredential
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
is
Conditional
Mediation
Available
Link copied to clipboard
suspend
fun
isConditionalMediationAvailable
(
)
:
Boolean
MDN Reference
is
Conditional
Mediation
Available
Async
Link copied to clipboard
fun
isConditionalMediationAvailableAsync
(
)
:
Promise
<
Boolean
>
is
User
Verifying
Platform
Authenticator
Available
Link copied to clipboard
suspend
fun
isUserVerifyingPlatformAuthenticatorAvailable
(
)
:
Boolean
MDN Reference
is
User
Verifying
Platform
Authenticator
Available
Async
Link copied to clipboard
fun
isUserVerifyingPlatformAuthenticatorAvailableAsync
(
)
:
Promise
<
Boolean
>
parse
Creation
Options
From
JSON
Link copied to clipboard
fun
parseCreationOptionsFromJSON
(
options
:
PublicKeyCredentialCreationOptionsJSON
)
:
PublicKeyCredentialCreationOptions
MDN Reference
parse
Request
Options
From
JSON
Link copied to clipboard
fun
parseRequestOptionsFromJSON
(
options
:
PublicKeyCredentialRequestOptionsJSON
)
:
PublicKeyCredentialRequestOptions
MDN Reference