Definition at line 3 of file secure_storage_service.dart.
◆ SecureStorageService()
| SecureStorageService::SecureStorageService |
( |
{required this.key} | | ) |
|
|
private |
◆ CredentialsLocalDataSource()
◆ delete()
| Future< void > SecureStorageService::delete |
( |
| ) |
|
|
inlineprivate |
◆ deleteCredentials()
| Future< void > SecureStorageService::deleteCredentials |
( |
| ) |
|
|
inlineprivate |
◆ deleteSession()
| Future< void > SecureStorageService::deleteSession |
( |
| ) |
|
|
inlineprivate |
◆ deleteToken()
| Future< void > SecureStorageService::deleteToken |
( |
| ) |
|
|
inlineprivate |
◆ fetchCredentials()
| Future< CredentialsModel?> SecureStorageService::fetchCredentials |
( |
| ) |
|
|
inlineprivate |
◆ fetchSession()
| Future< SessionModel?> SecureStorageService::fetchSession |
( |
| ) |
|
|
inlineprivate |
◆ fetchToken()
| Future< String?> SecureStorageService::fetchToken |
( |
| ) |
|
|
inlineprivate |
◆ get()
| Future< dynamic > SecureStorageService::get |
( |
| ) |
|
|
inlineprivate |
◆ save()
| Future< void > SecureStorageService::save |
( |
{required dynamic value} | | ) |
|
|
inlineprivate |
◆ saveCredentials()
| Future< void > SecureStorageService::saveCredentials |
( |
{required CredentialsModel credentials} | | ) |
|
|
inlineprivate |
◆ saveSession()
| Future< void > SecureStorageService::saveSession |
( |
{required SessionModel session} | | ) |
|
|
inlineprivate |
◆ saveToken()
| Future< void > SecureStorageService::saveToken |
( |
{required String token} | | ) |
|
|
inlineprivate |
◆ SessionLocalDataSource()
◆ TokenLocalDataSource()
◆ key
| final String SecureStorageService::key |
|
private |
◆ secureStorage
| final SecureStorageService::secureStorage |
|
private |
Initial value: = const FlutterSecureStorage(
aOptions: AndroidOptions(encryptedSharedPreferences: true),
iOptions: IOSOptions(accessibility: KeychainAccessibility.first_unlock),
)
Definition at line 7 of file secure_storage_service.dart.
The documentation for this class was generated from the following files: