AuthorizationKindeError class

An exception raised when OAuth2 authorization fails. Duplicate AuthorizationException more in https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-31

Inheritance

Constructors

AuthorizationKindeError.fromOauth2Exception(AuthorizationException error)
factory

Properties

code String
Possible names are invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
message String
The long form message of the exception.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace which provides information to the user about the call sequence that triggered an exception
finalinherited

Methods

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

Operators

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