To set the ArcotID OTP information that cannot be passed by using the fields listed in ArcotID OTP Details, you need to use the setAttribute() method and pass that information as name-value pairs, and to read that information use getAttribute() method. The following table explains these methods:
|
Method |
Description |
|---|---|
|
setAttribute() |
This method is used to set the ArcotID OTP information that cannot be passed by using the fields listed in ArcotID OTP Details. The additional information is passed as name-value pairs. Input Parameters:
Output Parameters:
|
|
getAttribute() |
This method is used to read the value of ArcotID OTP attributes. Input Parameters:
Output Parameters:
|
|
getMinPINLength() |
This method is used to get the minimum PIN length that must be used for the account. |
|
getPINType() |
This method is used to get the PIN type of the account. A_PINTYPE_ALPHA_NUMERIC and A_PINTYPE_NUMERIC are examples of the PIN types. |
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|