Previous Topic: Device LockingNext Topic: API Details


How to Perform Device Locking Using Custom Parameters

To lock an account to a device by using parameters other than the default parameters supported by CA Auth ID 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.