Access Token Expiry Action

Specifies the action to be taken by the adapter, if the provided access token is reported expired or invalid.

The corresponding adapter command is -ATEA value (or –ACCESSTOKENEXPIRYACTION value). The following actions are supported:
  • Report Error. The corresponding adapter command value is report_error.
  • Refresh Token. The corresponding adapter command value is refresh_token.
  • Request New Token Using Username and Password. The corresponding adapter command value is password.
  • Request New Token Using Client Credentials. The corresponding adapter command value is client_credentials.