LoginPreventedResponse class

The summary of the action that is preventing login to be returned on the login response.

@author Daniel DeGroff

Annotations
  • @JsonSerializable()

Constructors

LoginPreventedResponse({String actionerUserId, String actionId, num expiry, String localizedName, String localizedOption, String localizedReason, String name, String option, String reason, String reasonCode})
LoginPreventedResponse.fromJson(Map<String, dynamic> json)
factory

Properties

actionerUserId String
getter/setter pair
actionId String
getter/setter pair
expiry num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localizedName String
getter/setter pair
localizedOption String
getter/setter pair
localizedReason String
getter/setter pair
name String
getter/setter pair
option String
getter/setter pair
reason String
getter/setter pair
reasonCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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