OAuthError

sealed class OAuthError : Exception

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

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object NoBrowserFound : OAuthError

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

Link copied to clipboard
object NoURIFound : OAuthError

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

Link copied to clipboard
object UserCanceled : OAuthError

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 authentication flow.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard