1.0.7 • Published 2 years ago

capacitor-secure-storage v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-secure-storage

Work with Secure Storage for iOS, Android

Install

npm install capacitor-secure-storage
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


Interfaces

SecureStorageGetItemRequest

PropType
keystring

SecureStorageGetItemResult

PropType
datastring | null

SecureStorageSetItemRequest

PropType
keystring
datastring
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago