WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-model
/
dev.webauthn.model
/
AuthenticatorData
Authenticator
Data
data
class
AuthenticatorData
(
val
rpIdHash
:
RpIdHash
,
val
flags
:
Int
,
val
signCount
:
Long
)
W3C WebAuthn L3: §6.1. Authenticator Data
Members
Constructors
Authenticator
Data
Link copied to clipboard
constructor
(
rpIdHash
:
RpIdHash
,
flags
:
Int
,
signCount
:
Long
)
Properties
flags
Link copied to clipboard
val
flags
:
Int
rp
Id
Hash
Link copied to clipboard
val
rpIdHash
:
RpIdHash
sign
Count
Link copied to clipboard
val
signCount
:
Long