FronteggUser class

Constructors

FronteggUser({GitHubSignIn? git, Config? microsoft, Dio? dioForTests})

Properties

activatedForTenant bool?
getter/setter pair
createdAt DateTime?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isAuthorized bool
getter/setter pair
isLocked bool?
getter/setter pair
lastLogin DateTime?
getter/setter pair
metadata ↔ dynamic
getter/setter pair
mfaEnrolled bool?
getter/setter pair
name String?
getter/setter pair
phoneNumber String?
getter/setter pair
profilePictureUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
getter/setter pair
verified bool?
getter/setter pair

Methods

checkCode(String code) Future<bool>
forgotPassword(String email) Future<bool>
loginCode(String email) Future<bool>
loginOrSignUpFacebook() Future<bool>
loginOrSignUpGithub(BuildContext context) Future<bool>
loginOrSignUpGoogle() Future<bool>
loginOrSignUpMicrosoft() Future<bool>
loginPassword(String email, String password, BuildContext context) Future<bool>
logOut() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUserInfo(dynamic data) Future<void>
signup(String email, String name, String company) Future<bool>
socialLogin(dynamic auth, String type) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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