getTokenByMACValue()
Get tokens associated with given hash values.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
conn | String | The database connection. |
tableName | String | Name of the token vault table. |
metaData | String array | Custom data associated with token values. |
mac | Array | Hash values for which the tokens are requested. |
tokens | String array | Output array of token values. |