PlatformStorageDriver
@authgear/react-native › PlatformStorageDriver
Hierarchy
- PlatformStorageDriver
Implements
Index
Methods
Methods
del
▸ del(key: string): Promise‹void›
Implementation of StorageDriver
Parameters:
| Name | Type |
|---|---|
key | string |
Returns: Promise‹void›
get
▸ get(key: string): Promise‹string | null›
Implementation of StorageDriver
Parameters:
| Name | Type |
|---|---|
key | string |
Returns: Promise‹string | null›
set
▸ set(key: string, value: string): Promise‹void›
Implementation of StorageDriver
Parameters:
| Name | Type |
|---|---|
key | string |
value | string |
Returns: Promise‹void›