AUTHENTICATION OPTIONS:
Must support the following options:
--auth [AUTH] Use a saved authentication profile. Specify no value to select interactively.
--auth-basic USERNAME PASSWORD
Use Basic Authentication with the specified username and password
--auth-bearer AUTH_BEARER
Use Bearer Token Authentication with the specified token
--auth-api-key KEY LOCATION
Use API Key Authentication with the specified key and location (header, query, or cookie)
--auth-api-key-name AUTH_API_KEY_NAME
Name of the API Key header/parameter/cookie (default: X-API-Key)
--auth-oauth1 CONSUMER_KEY CONSUMER_SECRET
Use OAuth1 Authentication with the specified consumer key and secret
--auth-oauth1-token TOKEN TOKEN_SECRET
OAuth1 token and token secret (required for OAuth1)
--auth-oauth1-signature AUTH_OAUTH1_SIGNATURE
OAuth1 signature method (default: HMAC-SHA1)
--auth-oauth2 CLIENT_ID CLIENT_SECRET
Use OAuth2 Authentication with the specified client ID and secret
--auth-oauth2-token-url AUTH_OAUTH2_TOKEN_URL
OAuth2 token endpoint URL (required for OAuth2)
--auth-oauth2-refresh-url AUTH_OAUTH2_REFRESH_URL
OAuth2 refresh token endpoint URL
--auth-oauth2-grant {client_credentials,password,refresh_token}
OAuth2 grant type (default: client_credentials)
--auth-oauth2-username AUTH_OAUTH2_USERNAME
Username for OAuth2 password grant
--auth-oauth2-password AUTH_OAUTH2_PASSWORD
Password for OAuth2 password grant
--auth-oauth2-scope AUTH_OAUTH2_SCOPE
Space-separated list of OAuth2 scopes
List view
0 issues of 2 selected
- Status: Open.#11 In darmado/repl;
- Status: Open.#8 In darmado/repl;