LoginValidationError

Called when trying to request a AccessToken before the user has logged in, or after any case where the token has been invalidated or cleared.

Constructors

Link copied to clipboard
constructor(code: Int)

Functions

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

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
open val message: String?