Success

data class Success(val mustAcceptDisclaimer: Boolean) : Luscii.AuthenticateResult

Authentication was successful.

It's possible that the user must accept the disclaimer, see mustAcceptDisclaimer.

If so, use createDisclaimerActivityResultContract to show them.

Constructors

Link copied to clipboard
constructor(mustAcceptDisclaimer: Boolean)

Properties

Link copied to clipboard