Previous Topic: Device LockingNext Topic: API Details


Device Locking Using Non-Default Parameters

To lock an account to a device by using parameters other than the default parameters supported by ArcotID OTP SDK, implement custom logic as explained in the following steps:

  1. Implement the DeviceLock interface to use the custom device locking parameters.
  2. Invoke the setDeviceLock() method in the API class.

    The setDeviceLock() method locks the account to the device by using the parameters that are fetched by the getKey() method.