http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-security-webauthn
/
org.http4k.security.passkeys.model
/
AuthenticationVerdict
Authentication
Verdict
data
class
AuthenticationVerdict
(
val
signCount
:
Long
,
val
backupState
:
Boolean
=
false
)
(
source
)
Members
Constructors
Authentication
Verdict
Link copied to clipboard
constructor
(
signCount
:
Long
,
backupState
:
Boolean
=
false
)
Properties
backup
State
Link copied to clipboard
val
backupState
:
Boolean
sign
Count
Link copied to clipboard
val
signCount
:
Long