GetTokenBatchWithCustomData()
Checks if tokens exist for an array of plaintext values.
Syntax
public String[] GetTokenBatchWithCustomData (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String[] values, String[] customData)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
naeUser | String | The Key Manager user with access to the AES and HMAC keys. |
naePassword | String | The Key Manager user’s password. |
dbUser | String | The database user with access to the token table. |
dbPswd | String | The database user’s password. |
tableName | String | The token table The name must be in CAPITAL LETTERS. |
values | String array | The plaintext values. |
customData | String array | The customer-specific data associated with each token. |
Note
For My SQL, if the customData
parameter is null or empty, then the GetTokenBatchWithCustomData()
API returns results for all the customData
values in token vault.
Returned Value
Returned Value | Description |
---|---|
String[] | The tokens. |