AuthorizationException class

The class that represents authorization error response object descriped in OAuth 2.0 spec.

Implemented types

Constructors

AuthorizationException(String error, String? description, Uri? uri)
Creates an AuthorizationException instance.

Properties

description String?
The human-readable text providing additional information of the error.
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?
The Uri identifying a human-readable web page with information about the error.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited