LoginResponse class

@author Brian Pontarelli

Annotations
  • @JsonSerializable()

Constructors

LoginResponse({List<LoginPreventedResponse> actions, String changePasswordId, ChangePasswordReason changePasswordReason, List<String> configurableMethods, String emailVerificationId, List<TwoFactorMethod> methods, String pendingIdPLinkId, String refreshToken, String refreshTokenId, String registrationVerificationId, Map<String, dynamic> state, Set<AuthenticationThreats> threatsDetected, String token, num tokenExpirationInstant, String trustToken, String twoFactorId, String twoFactorTrustId, User user})
LoginResponse.fromJson(Map<String, dynamic> json)
factory

Properties

actions List<LoginPreventedResponse>
getter/setter pair
changePasswordId String
getter/setter pair
changePasswordReason ChangePasswordReason
getter/setter pair
configurableMethods List<String>
getter/setter pair
emailVerificationId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methods List<TwoFactorMethod>
getter/setter pair
pendingIdPLinkId String
getter/setter pair
refreshToken String
getter/setter pair
refreshTokenId String
getter/setter pair
registrationVerificationId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Map<String, dynamic>
getter/setter pair
threatsDetected Set<AuthenticationThreats>
getter/setter pair
token String
getter/setter pair
tokenExpirationInstant num
getter/setter pair
trustToken String
getter/setter pair
twoFactorId String
getter/setter pair
twoFactorTrustId String
getter/setter pair
user User
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