View Source mix twitch.revoke (hello_twitch_api v0.5.1)

Revoke an auth token from a file or environment variable.

Usage

mix twitch.revoke [TOKEN] [OPTION]

Options

  • --env The name of the environment variable with the token to revoke. Defaults to TWITCH_ACCESS_TOKEN.
  • --json The name of the JSON file that has the auth token to revoke. Defaults to .twitch.json.
  • --client_id - The Client ID of app the token is for. Defaults to fetching the value of TWITCH_CLIENT_ID environment variable.