TrustedDeviceValidationResult
The outcome of validating a local trusted-device credential against the server.
Inheritors
Types
Link copied to clipboard
Validation could not be completed; the local credential is kept.
Link copied to clipboard
data class Invalid(val reason: TrustedDeviceAvailability.UnavailableReason) : TrustedDeviceValidationResult
The local credential is invalid; stale local state has been cleaned up.
Link copied to clipboard
The local credential is valid on the server.