IAuthBridgeInterface class abstract
- Implementers
Constructors
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
-
changePassword(
{required MethodCall call}) → Future -
forgotPassword(
{required MethodCall call}) → Future -
getAccessToken(
{required MethodCall call}) → Future -
getRefreshToken(
{required MethodCall call}) → Future -
getUserId(
{required MethodCall call}) → Future -
isLoggedIn(
{required MethodCall call}) → Future -
isTokenExpired(
{required MethodCall call}) → Future -
login(
{required MethodCall call}) → Future -
loginWithApple(
{required MethodCall call}) → Future -
loginWithGoogle(
{required MethodCall call}) → Future -
logout(
{required MethodCall call}) → Future -
logUserActivity(
{required MethodCall call}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
renewAccessToken(
{required MethodCall call}) → Future -
resendEmailVerificationCode(
{required MethodCall call}) → Future -
signUp(
{required MethodCall call}) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
updateLastActive(
{required MethodCall call}) → Future -
updateUserInfo(
{required MethodCall call}) → Future -
verifyEmail(
{required MethodCall call}) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited