toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.authn
/
AuthenticatorAttestationResponse
Authenticator
Attestation
Response
external
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
<
String
>
MDN Reference