OAuth authorizations
heroku authorizations
heroku authorizations:create
heroku authorizations:info ID
heroku authorizations:revoke ID
heroku authorizations:rotate ID
heroku authorizations:update ID
list OAuth authorizations
USAGE
$ heroku authorizations
OPTIONS
-j, --json output in json format
See code: @heroku-cli/plugin-oauth-v5
create a new OAuth authorization
USAGE
$ heroku authorizations:create
OPTIONS
-S, --short only output token
-d, --description=description set a custom authorization description
-e, --expires-in=expires-in set expiration in seconds (default no expiration)
-j, --json output in json format
-s, --scope=scope set custom OAuth scopes
DESCRIPTION
This creates an authorization with access to your Heroku account.
See code: @heroku-cli/plugin-oauth-v5
show an existing OAuth authorization
USAGE
$ heroku authorizations:info ID
OPTIONS
-j, --json output in json format
See code: @heroku-cli/plugin-oauth-v5
revoke OAuth authorization
USAGE
$ heroku authorizations:revoke ID
ALIASES
$ heroku authorizations:destroy
See code: @heroku-cli/plugin-oauth-v5
updates an OAuth authorization token
USAGE
$ heroku authorizations:rotate ID
See code: @heroku-cli/plugin-oauth-v5
updates an OAuth authorization
USAGE
$ heroku authorizations:update ID
OPTIONS
-d, --description=description set a custom authorization description
--client-id=client-id identifier of OAuth client to set
--client-secret=client-secret secret of OAuth client to set
See code: @heroku-cli/plugin-oauth-v5