kony.keychain Namespace

The kony.keychain namespace consists of functions that enable your app to access a device's keychain.

Functions

Usage

To store the required credential information in the device's keychain, you must call the kony.keychain.save function. Your app can access the saved credential information by calling the kony.keychain.retrieve function. If you want to remove any information that is no longer required, you need to call the kony.keychain.remove function.