Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.authn
/
PublicKeyCredential
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
get
Client
Capabilities
Link copied to clipboard
suspend
fun
getClientCapabilities
(
)
:
PublicKeyCredentialClientCapabilities
MDN Reference
get
Client
Capabilities
Async
Link copied to clipboard
fun
getClientCapabilitiesAsync
(
)
:
Promise
<
PublicKeyCredentialClientCapabilities
>
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
<
JsBoolean
>
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
<
JsBoolean
>
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