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
/
Invalid
Invalid
data
class
Invalid
(
val
errors
:
List
<
WebAuthnValidationError
>
)
:
ValidationResult
<
Nothing
>
Failed validation carrying one or more domain errors.
Members
Members & Extensions
Constructors
Invalid
Link copied to clipboard
constructor
(
errors
:
List
<
WebAuthnValidationError
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
WebAuthnValidationError
>
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