Previous Topic: Understanding ArcotID OTP APIsNext Topic: API Details


Provisioning ArcotID OTP Accounts

The provisionRequest() method is used to construct and send an account provisioning request to the server. The callback() method is invoked after the request is sent to the server. In an asynchronous implementation, typically, the provisionRequest() method and callback() method are invoked multiple times until the success status is received in the callback() method.

Note: The provisionRequest() method replaces the provisionAccount() method in the SDK. The provisionAccount() method has been retained in the SDK only for backward compatibility purposes.