GetTokenInformation for SMS OTP response
GetTokenInformation output fields lists the GetTokenInformation for SMS OTP output fields.
Output Field | Required? | Type | Purpose |
|---|---|---|---|
ReasonCode | Y | hexBinary | If the request to retrieve information is unsuccessful, the ReasonCode provides the reason. |
StatusMessage | Y | String | States whether the credential information was successfully retrieved. |
TokenId | Y | String | Shows a unique string of numeric characters identifying the SMS credential. |
TokenKind | Y | String | Shows whether the credential is a software credential or hardware credential. |
Adapter | Y | String | Shows the credential type: SMS_OTP |
TokenStatus | Y | String | Shows the credential state (Enabled, Disabled, Inactive, Locked, or New). See Credential states. |
ExpirationDate | Y | dateTime | Shows the credential expiration date. |
LastUpdate | Y | dateTime | Shows the last time that there was a call to the VIP Web Services for the credential. |
Owner | N | boolean | Shows whether the API call came from the same party that issued the credential. |
BadAttemptsCount | N | number | The number of authentication attempts that have failed for this credential since the last successful authentication. This count includes attempts across all VIP member accounts to which this credential is registered. This value is only returned if includeBadAttemptsCount is included in the request. |
ReportedReason | N | String | Shows the reported reason for this token ID. |