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
/
ValidationResult
/
Valid
Valid
data
class
Valid
<
T
>
(
val
value
:
T
)
:
ValidationResult
<
T
>
Successful validation carrying a parsed value.
Members
Members & Extensions
Constructors
Valid
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
val
value
:
T
Functions
get
Or
Null
Link copied to clipboard
fun
<
T
>
ValidationResult
<
T
>
.
getOrNull
(
)
:
T
?
get
Or
Throw
Link copied to clipboard
fun
<
T
>
ValidationResult
<
T
>
.
getOrThrow
(
)
:
T