SignIn class

Constructors

SignIn()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeJwt(String token) String
generateNonce([int length = 32]) String
getEmailFromAppleIdToken(String idToken) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sha256ofString(String input) String
Returns the sha256 hash of input in hex notation.
signIn(TypeLogin typeLogin) Future<UserAuthInfo?>
signInWithApple(TypeLogin typeLogin) Future<UserAuthInfo?>
signInWithFacebook(TypeLogin typeLogin) Future<UserAuthInfo?>
signInWithGoogle(TypeLogin typeLogin) Future<UserAuthInfo?>
toString() String
A string representation of this object.
inherited

Operators

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