Deletes credentials from a TouchID-secured keychain. Does not require
authentication.
deleteCredentials( callback )
This method does not return anything.
Name |
Description |
Type |
Use |
callback |
A JavaScript object, as described below. |
object |
required |
The deleteCredentials
method's callback object can be structured
as follows:
Name |
Description |
Return type |
onSuccess |
This method is called after credentials are successfully deleted from the
keychain. |
undefined |
onFailure |
This method is called if the process fails. It passes an error object with two
properties: code , which contains an error code, and
description , which contains a human-readable error
description. |
undefined |