UpdateTokenProperty()
UpdateTokenProperty() updates the tokenProperty of the tokens.
Syntax
public SiteBean[] UpdateTokenProperty (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String[] tokens, String tokenProperty, String customTokenProperty)
Request Parameters
| Parameters | Data Types | Descriptions | 
|---|---|---|
| naeUser | string | A Key Manager user with access to the AES and HMAC keys. | 
| naePassword | string | The Key Manager user’s password. | 
| dbUser | string | A database user with access to the token table. | 
| dbPswd | string | The database user’s password. | 
| tableName | string | This is the Token Vault name and it must be in CAPITAL LETTERS. | 
| tokens | string[] | An array of tokens. | 
| tokenProperty | string | Updated tokenProperty. | 
| customTokenProperty | string | Updated customTokenProperty. | 
Returned Values
Returns the array of SiteBean. Refer to SiteBean Class for more details.