Initialization
In order to use any of the SDK functionalities, the application needs to initialise it first, using the credentials provided during the enrolment on our platform.
Method
init()
method
String key
String corresponding to the provided access key
String secret
String corresponding to the provided access secret
String url
String corresponding to the provided access url
AuthInitialization context
Applicational context
Implementation example
This action can be performed at any time during, but we recommend the following implementation:
Note:
If the device used already has a record in BiometridAuth, their user id will be returned at init. A BiometridAuth user is only created once and is associated with the device where it was created.
Reinstalling the app won 't remove the user. There is a specific method for user deletion.
Last updated