Storing the Application Credentials Securely

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

Syntax

- (void) setAppCredentials: (NSString *) username
withSecurityConfig: (NSString *) securityConfig
withPassword: (NSString *) password
withVaultPassword: (NSString *) vaultPassword

Parameters

Examples