capacitor-secure-storage
v1.1.0
Published
Work with Secure Storage for iOS, Android
Readme
capacitor-secure-storage
Work with Secure Storage for iOS, Android
Install
npm install capacitor-secure-storage
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
Interfaces
SecureStorageGetItemRequest
| Prop | Type |
| --------- | ------------------- |
| key | string |
SecureStorageGetItemResult
| Prop | Type |
| ---------- | --------------------------- |
| data | string | null |
SecureStorageSetItemRequest
| Prop | Type |
| ---------- | ------------------- |
| key | string |
| data | string |
