1.0.7 • Published 1 year ago

capacitor-secure-storage v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago