Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.authn
/
AuthenticatorAttestationResponseJSON
Authenticator
Attestation
Response
JSON
web
interface
AuthenticatorAttestationResponseJSON
(
source
)
Members
Properties
attestation
Object
Link copied to clipboard
web
abstract
var
attestationObject
:
Base64URLString
authenticator
Data
Link copied to clipboard
web
abstract
var
authenticatorData
:
Base64URLString
client
Data
JSON
Link copied to clipboard
web
abstract
var
clientDataJSON
:
Base64URLString
public
Key
Link copied to clipboard
web
abstract
var
publicKey
:
Base64URLString
?
public
Key
Algorithm
Link copied to clipboard
web
abstract
var
publicKeyAlgorithm
:
COSEAlgorithmIdentifier
transports
Link copied to clipboard
web
abstract
var
transports
:
ReadonlyArray
<
JsString
>