GetTokenWithCustomData()
Checks if a token exists for a plaintext value.
Syntax
public String GetTokenWithCustomData (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String value, 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. | 
| value | String | The plaintext value. | 
| customData | String | Customer-specific data. Use nullifcustomDatais not used. | 
Note
For My SQL, if the customData parameter is null or empty, then the GetTokenWithCustomData() API returns result irrespective of the customData value in token vault.