SSOError

sealed class SSOError : Exception

Represents one of three potential errors encountered during the Third party OAuth or SSO authentication flow.

Inheritors

Types

Link copied to clipboard
object Companion

A helper object with properties that can help you interact with errors of this type

Link copied to clipboard
data object NoBrowserFound : SSOError

Indicates that no suitable browser was found on this device, and OAuth authentication cannot proceed.

Link copied to clipboard
data object NoURIFound : SSOError

Indicates that no URI was found in the activity state, and OAuth authentication cannot proceed.

Link copied to clipboard
data object UserCanceled : SSOError

Indicates that the user canceled the OAuth flow. This is safe to ignore.

Properties

Link copied to clipboard
open override val message: String

A friendly string indicating what went wrong during the OAuth or SSO authentication flow.