Storing the Application Credentials Securely

Post user registration, if you want the user credentials to be managed by SDK, you can provide a data vault password to securely store the data.

Syntax

public void setAppCredentials(String username, String securityConfig, String password, String vaultPassword) throws LiteDataVaultException

Parameters

Examples