AuthorizationException class
An exception raised when OAuth2 authorization fails.
- Implemented types
Constructors
- AuthorizationException(String error, String description, Uri uri)
- Creates an AuthorizationException.
Properties
- description → String
-
The description of the error, provided by the server. [...]
final
- error → String
-
The name of the error. [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- uri → Uri
-
A URL for a page that describes the error in more detail, provided by the
server. [...]
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Provides a string description of the AuthorizationException.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited