The following table lists the fields that hold the basic ArcotID OTP information:
|
Field |
Description |
|---|---|
|
A_DLTA |
The time difference between the client and the server. |
|
A_IAF_AA |
The attribute that specifies whether the amount is required to perform transaction. |
|
A_IAF_TRCC |
The attribute that specifies whether currency is required to perform transaction. |
|
A_IAF_UN |
The attribute that specifies whether challenge is required to perform transaction. |
|
A_MPL |
The attribute that holds the Minimum PIN Length of the account. |
|
A_PINTYPE_ALPHANUMERIC |
The attribute that specifies the possible PIN types for the account. |
|
A_PINTYPE_NUMERIC |
The attribute that specifies the possible PIN types for the account. A_PINTYPE_NUMERIC and A_PINTYPE_ALPHANUMERIC attributes are the possible values returned by getPINType(). |
|
A_PROTOCOLVER |
The version of the protocol that is used for communication between the client and server. |
|
A_RESETSUPPORT |
The attribute for specifying whether reset is supported. |
|
accountId |
The unique identifier of the ArcotID OTP account. |
|
algo |
The algorithm that is used to generate passcodes. |
|
creationTime |
The timestamp when the ArcotID OTP account was created. |
|
expiryTime |
The timestamp when the ArcotID OTP account expires. |
|
lastUsed |
The timestamp when the ArcotID OTP account was last used. |
|
logoUrl |
The URL of the logo image, this image is displayed on the application. Note: This field is for future use. |
|
name |
A user friendly name for the account. |
|
ns |
The namespace of the ArcotID OTP. It is typically the domain name to which the ArcotID OTP belongs to. |
|
org |
The organization to which the user for whom the account is being created belongs. |
|
provisioningURL |
This field is deprecated. Use the provUrl field. |
|
provUrl |
The URL of the AuthMinder authentication server. |
|
uses |
The number of times ArcotID OTP has been used. |
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|