OAuthError class

@author Daniel DeGroff

Annotations
  • @JsonSerializable()

Constructors

OAuthError({String change_password_id, OAuthErrorType error, String error_description, OAuthErrorReason error_reason, String error_uri, String two_factor_id, List<TwoFactorMethod> two_factor_methods})
OAuthError.fromJson(Map<String, dynamic> json)
factory

Properties

change_password_id String
getter/setter pair
error OAuthErrorType
getter/setter pair
error_description String
getter/setter pair
error_reason OAuthErrorReason
getter/setter pair
error_uri String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
two_factor_id String
getter/setter pair
two_factor_methods List<TwoFactorMethod>
getter/setter pair

Methods

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

Operators

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