Authentication

Thrown when there was a problem with the authentication status of the account, such as an expired token. The application should * FirefoxAccount::check_authorization_status to see whether it has been disconnected, or retry the operation with a freshly-generated token.

Constructors

Link copied to clipboard
constructor(message: String)

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
open val message: String?