SecuredStorage class
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
-
deleteAuthSessionTokensAndCredentials(
) → Future< void> -
inherited
-
getAuthCredentials(
) → Future< AuthCredentials?> -
inherited
-
getIdToken(
) → Future< String?> -
inherited
-
getLoginCredentials(
) → Future< LoginCredentials?> -
inherited
-
getRefreshToken(
) → Future< String?> -
inherited
-
getUserSession(
) → Future< UserSession?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveAuthSessionTokens(
{required String accessToken, required String refreshToken, required String idToken}) → Future< void> -
inherited
-
saveUserSession(
{required UserSession userSession}) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- storage → SharedPreferencesAsync
-
final
- storageEncrypted → FlutterSecureStorage
-
final