getByTokenProperty()
getByTokenProperty() gets an array of tokens according to the tokenProperty.
Syntax
public String[] getByTokenProperty(string table, string tokenProperty, string customTokenProperty)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
table | string | This is the Token Vault name and it must be in CAPITAL LETTERS. |
tokenProperty | string | The tokenProperty associated with the tokens. |
customTokenProperty | string | The customTokenProperty associated with the token. |
Returned Values
An array of the string tokens.