menu
flutter_gb_authentication_basic package
documentation
domain/services/authentication_service.dart
AuthenticationService
refreshSession abstract method
refreshSession abstract method
dark_mode
light_mode
refreshSession
abstract method
Future
<
Either
<
Failure
,
AuthenticationData
>
>
refreshSession
(
)
Implementation
Future<Either<Failure, AuthenticationData>> refreshSession();
flutter_gb_authentication_basic package
documentation
domain/services/authentication_service
AuthenticationService
refreshSession abstract method
AuthenticationService class
Constructors
AuthenticationService
Properties
hashCode
runtimeType
Methods
deleteAccount
fetchAuthUserData
getAuthenticatedSession
loginWithCredentials
logout
noSuchMethod
refreshSession
signupWithCredentials
storeAuthDataSession
toString
Operators
operator ==