Class WL.UserAuth

WL.UserAuth

Description:

The IBM® Worklight® User Certificate Authentication API provides the ability to remove user certificates provisioned on the client device during the enrollment process.


Method Summary
Method Attributes Method Name and Description
 
deleteCertificate(provisioningEntity)
Removes the user certificate installed by the user certificate authentication realm.
Method Detail
deleteCertificate
{Promise} deleteCertificate(provisioningEntity)
Removes the user certificate installed by the user certificate authentication realm.
Parameters:
{string} provisioningEntity Optional - name of the certificate provisioning entity, either 'application' or the group name under which the certificate was provisioned. By default it is 'application'.
Returns:
{Promise} Resolved with no parameters, rejected with an error object.
Example:
WL.UserAuth.deleteCertificate();

© Copyright IBM Corp. 2011, 2015.