GetDisabledTokens()
GetDisabledTokens() gets an array of disabled tokens up to 10,000.
Syntax
public String[] GetDisabledTokens (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, Calendar startDate, Calendar endDate, Integer searchCriteria)
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. |
startDate | calendar | A valid start date from which the disabled tokens are required. If this parameter is null, GetDisabledTokens() method returns the tokens since the standard base time known as the epoch, namely January 1, 1970. |
endDate | calendar | A valid date until which the disabled tokens are required. If this parameter is null, the GetDisabledTokens() method returns the tokens disabled so far. |
tableName | string | The token vault from which the disabled tokens are to be fetched. The table name must be in CAPITAL LETTERS. |
searchCriteria | integer | Fetch tokens based on their creation date or last access date. |
Returned Values
A string array of the disabled tokens.