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.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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 nonexistent 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