Authentication

Specifies the authentication method to use for the REST calls. The corresponding adapter command is -A (or -AUTH).

There are three methods as follows
  • Authentication is not performed. The adapter command value is None.
  • Authentication with username and password. The adapter command value is Basic.
  • Authentication with access token obtained through OAuth 2.0 workflow. The adapter command value is OAuth 2.0.