RejectOAuth2Request class abstract

RejectOAuth2Request

Properties:

  • error - The error should follow the OAuth2 error format (e.g. invalid_request, login_required). Defaults to request_denied.
  • errorDebug - Debug contains information to help resolve the problem as a developer. Usually not exposed to the public but only in the server logs.
  • errorDescription - Description of the error in a human readable format.
  • errorHint - Hint to help resolve the error.
  • statusCode - Represents the HTTP status code of the error (e.g. 401 or 403) Defaults to 400
Annotations
  • @BuiltValue()

Constructors

RejectOAuth2Request([void updates(dynamic b)])
factory

Properties

error String?
The error should follow the OAuth2 error format (e.g. invalid_request, login_required). Defaults to request_denied.
no setter
errorDebug String?
Debug contains information to help resolve the problem as a developer. Usually not exposed to the public but only in the server logs.
no setter
errorDescription String?
Description of the error in a human readable format.
no setter
errorHint String?
Hint to help resolve the error.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
Represents the HTTP status code of the error (e.g. 401 or 403) Defaults to 400
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(dynamic)) RejectOAuth2Request
Rebuilds the instance.
inherited
toBuilder() → dynamic
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<RejectOAuth2Request>
no setter