Enables you to implement a mechanism to block access to an app based on a username and password entered by the user.
An instance of the CredentialsLockAuthenticator
object is created by calling
the authenticator
method.
Name | Description |
---|---|
create | Stores credentials as hash values (on iOS) or in an encrypted SQL database (on Android). |
authenticate | Compares entered credentials with the ones saved on the device. |
remove | Removes credentials saved on a device. |