Standalone Authentication Service
Interface for standalone authentication operations, including login with password, PIN or biometric, and handling authentication methods.
Functions
Generates a new authentication biometric credential. It can only be created if the selected authentication is permitted for use. The created credential serves as a unique secure identifier, allowing the user to authenticate with it.
Asynchronously generates a new authentication biometric credential. It can only be created if the selected authentication is permitted for use. The created credential serves as a unique secure identifier, allowing the user to authenticate with it.
Removes an existing authentication biometric credential.Deletion is only allowed when the selected authentication is permitted for use. This action is permanent and will delete the credential from the user's wallet account.
Asynchronously removes an existing authentication biometric credential.Deletion is only allowed when the selected authentication is permitted for use. This action is permanent and will delete the credential from the user's wallet account.
Obtain the status of the biometric credential for the current device.
Asynchronously obtain the status of the biometric credential for the current device.
Obtain an access token by providing username and biometric.
Asynchronously obtain an access token by providing username and biometric data.
Obtain an access token by providing username and password.
Asynchronously obtains an access token by providing username and password.
Obtain an access token by providing username and PIN.
Asynchronously obtain an access token by providing username and PIN.
Obtain a new access token using refresh token from previous authentication.
Asynchronously obtain a new access token using refresh token from previous authentication.