NUIAuthBridge class
- Mixed-in types
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 -
override
-
forgotPassword(
{required MethodCall call}) → Future -
override
-
getAccessToken(
{required MethodCall call}) → Future -
override
-
getRefreshToken(
{required MethodCall call}) → Future -
override
-
getUserId(
{required MethodCall call}) → Future -
override
-
initialize(
) → void -
isLoggedIn(
{required MethodCall call}) → Future -
override
-
isTokenExpired(
{required MethodCall call}) → Future -
override
-
login(
{required MethodCall call}) → Future -
override
-
loginWithApple(
{required MethodCall call}) → Future -
override
-
loginWithGoogle(
{required MethodCall call}) → Future -
override
-
logout(
{required MethodCall call}) → Future -
override
-
logUserActivity(
{required MethodCall call}) → Future -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
renewAccessToken(
{required MethodCall call}) → Future -
override
-
resendEmailVerificationCode(
{required MethodCall call}) → Future -
override
-
signUp(
{required MethodCall call}) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateLastActive(
{required MethodCall call}) → Future -
override
-
updateUserInfo(
{required MethodCall call}) → Future -
override
-
verifyEmail(
{required MethodCall call}) → Future -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CHANNEL_CHANGE_PASSWORD → const String
- CHANNEL_FORGOT_PASSWORD → const String
- CHANNEL_GET_ACCESS_TOKEN → const String
- CHANNEL_GET_REFRESH_TOKEN → const String
- CHANNEL_GET_USER_ID → const String
- CHANNEL_INIT → const String
- CHANNEL_IS_LOGGED_IN → const String
- CHANNEL_IS_TOKEN_EXPIRED → const String
- CHANNEL_LOG_USER_ACTIVITY → const String
- CHANNEL_LOGIN → const String
- CHANNEL_LOGIN_WITH_APPLE → const String
- CHANNEL_LOGIN_WITH_GOOGLE → const String
- CHANNEL_LOGOUT → const String
- CHANNEL_RENEW_ACCESS_TOKEN → const String
- CHANNEL_RESEND_EMAIL_VERIFICATION_CODE → const String
- CHANNEL_SIGN_UP → const String
- CHANNEL_UPDATE_LAST_ACTIVE → const String
- CHANNEL_UPDATE_USER_INFO → const String
- CHANNEL_VERIFY_EMAIL → const String
- METHOD_CHANNEL → const String
- platform → const MethodChannel