UserInfo class

Constructors

UserInfo.new({required String email, required String name, required String profileImage, String? aggregateVerifier, required String verifier, required String verifierId, required LoginType typeOfLogin, String? ref, String? accessToken, String? idToken, String? extraParams, String? extraParamsPassed, required TorusGenericContainer state})
UserInfo.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String?
final
aggregateVerifier String?
final
email String
final
extraParams String?
final
extraParamsPassed String?
final
hashCode int
The hash code for this object.
no setterinherited
idToken String?
final
name String
final
profileImage String
final
ref String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state TorusGenericContainer
final
typeOfLogin LoginType
final
verifier String
final
verifierId String
final

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.
override

Operators

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