saveCredentials


Purpose

Saves credentials in the keychain. Does not require authentication.

Signature

saveCredentials( credentials, callback )

Returns

This method does not return anything.

Parameters

Name Description Type Use
credentials A user credentials object. object required
callback A JavaScript object, as described below. object required

Credentials object

The Credentials object can be structured as follows:

{
  identifier,
  password
}

Where identifier stands for a required user identifier property and password stands for a required user password property.

Callback structure

The saveCredentials method's callback object can be structured as follows:

{
  onSuccess: function() { ... },
  onFailure: function({code, description}) { ... }
}

Methods

Name Description Return type
onSuccess This method is called after credentials are successfully saved in the keychain. undefined
onFailure This method is called if the process fails. It passes the error object with two properties: code, which contains an error code, and description, which contains a human-readable error description. undefined

Related topics

TouchID
Legal notice | Copyright © 2016 and Confidential to Pegasystems Inc. All rights reserved
PDN | Hybrid Container | Feedback
Advanced...