Access Token Expiry Action

Specifies the action to be taken by Rest Adapter if the access token provided is either expired or invalid.

The default value is Report Error. The following values are supported:
  • Report Error (Adapter command value: reportError).
  • Refresh Token (Adapter command value: refresh_token).
  • Request New Token (Adapter command value: password).

This is a mandatory property. The corresponding adapter command is -ATEA or (-ACCESSTOKENEXPIRYACTION).