|
| override Future< Either< Failure, SessionModel > > | singIn ({ required CredentialsEntity reqEntity, }) async |
| override Future< Either< Failure, void > > | signOut () async |
| override Future< Either< Failure, SessionModel?> > | loadSession () async |
| override Future< Either< Failure, CredentialsModel?> > | loadCredentials () async |
| override Future< Either< Failure, bool > > | checkBiometricAuthAvailability () async |
| Future< Either< Failure, SessionEntity > > | singIn ({ required CredentialsEntity reqEntity, }) |
| Future< Either< Failure, void > > | signOut () |
| Future< Either< Failure, SessionEntity?> > | loadSession () |
| Future< Either< Failure, CredentialsModel?> > | loadCredentials () |
| Future< Either< Failure, bool > > | checkBiometricAuthAvailability () |
◆ checkBiometricAuthAvailability() [1/2]
| Future< Either< Failure, bool > > AuthenticationRepository::checkBiometricAuthAvailability |
( |
| ) |
|
|
private |
◆ checkBiometricAuthAvailability() [2/2]
| override Future< Either< Failure, bool > > AuthenticationRepository::checkBiometricAuthAvailability |
( |
| ) |
|
|
inlineprivate |
◆ loadCredentials() [1/2]
| Future< Either< Failure, CredentialsModel?> > AuthenticationRepository::loadCredentials |
( |
| ) |
|
|
private |
◆ loadCredentials() [2/2]
| override Future< Either< Failure, CredentialsModel?> > AuthenticationRepository::loadCredentials |
( |
| ) |
|
|
inlineprivate |
◆ loadSession() [1/2]
◆ loadSession() [2/2]
◆ signOut() [1/2]
| Future< Either< Failure, void > > AuthenticationRepository::signOut |
( |
| ) |
|
|
private |
◆ signOut() [2/2]
| override Future< Either< Failure, void > > AuthenticationRepository::signOut |
( |
| ) |
|
|
inlineprivate |
◆ singIn() [1/2]
◆ singIn() [2/2]
◆ _credentialsLocalDataSource
| final AuthenticationRepository::_credentialsLocalDataSource = sl<CredentialsLocalDataSource>() |
|
private |
◆ _remoteDataSource
◆ _sessionLocalDataSource
| final AuthenticationRepository::_sessionLocalDataSource = sl<SessionLocalDataSource>() |
|
private |
◆ _tokenLocaldataDource
| final AuthenticationRepository::_tokenLocaldataDource = sl<TokenLocalDataSource>() |
|
private |
The documentation for this class was generated from the following files: