TorusUserInfo class

Constructors

TorusUserInfo({required String? email, required String? name, required String? profileImage, required String? verifier, required String? verifierId, required String? typeOfLogin, required String? accessToken, required String? idToken})
const

Properties

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

Methods

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

Operators

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