GetCustomTokenProperty()
Get customTokenProperty(s)
based on token(s).
Syntax
public String[] GetCustomTokenProperty(String naeUser, String naePassword, String dbUser, String dbPswd, String[] tokens, String tableName)
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. |
tokens | String array | The token(s) for which the customTokenProperty(s) are to be fetched. |
tableName | String | The token table. The name must be in CAPITAL LETTERS. |
Returned Value
Returned Value | Description |
---|---|
String[] | The customTokenProperty(s) . |