toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.authn
/
PublicKeyCredential
Public
Key
Credential
external
class
PublicKeyCredential
:
Credential
(
source
)
Available only in secure contexts.
MDN Reference
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
authenticator
Attachment
Link copied to clipboard
val
authenticatorAttachment
:
String
?
MDN Reference
id
Link copied to clipboard
val
id
:
String
MDN Reference
raw
Id
Link copied to clipboard
val
rawId
:
ArrayBuffer
MDN Reference
response
Link copied to clipboard
val
response
:
AuthenticatorResponse
MDN Reference
type
Link copied to clipboard
val
type
:
String
MDN Reference
Functions
get
Client
Extension
Results
Link copied to clipboard
fun
getClientExtensionResults
(
)
:
AuthenticationExtensionsClientOutputs
MDN Reference
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
PublicKeyCredentialJSON
MDN Reference