AuthenticateResult

sealed interface AuthenticateResult

Result of authenticate.

Inheritors

Types

Link copied to clipboard

Authentication was unsuccessful, because the given API key was invalid or has expired.

Link copied to clipboard
data class Success(val mustAcceptDisclaimer: Boolean) : Luscii.AuthenticateResult

Authentication was successful.