Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.authn
/
AuthenticatorAttestationResponse
Authenticator
Attestation
Response
class
AuthenticatorAttestationResponse
:
AuthenticatorResponse
(
source
)
Available only in secure contexts.
MDN Reference
Members
Properties
attestation
Object
Link copied to clipboard
val
attestationObject
:
ArrayBuffer
MDN Reference
client
Data
JSON
Link copied to clipboard
val
clientDataJSON
:
ArrayBuffer
MDN Reference
Functions
get
Authenticator
Data
Link copied to clipboard
fun
getAuthenticatorData
(
)
:
ArrayBuffer
MDN Reference
get
Public
Key
Link copied to clipboard
fun
getPublicKey
(
)
:
ArrayBuffer
?
MDN Reference
get
Public
Key
Algorithm
Link copied to clipboard
fun
getPublicKeyAlgorithm
(
)
:
COSEAlgorithmIdentifier
MDN Reference
get
Transports
Link copied to clipboard
fun
getTransports
(
)
:
ReadonlyArray
<
JsString
>
MDN Reference