# oauth2token Obtains OAuth 2.0 tokens ## Usage ``` $ oauth2token [OPTIONS] --grant-type --client-id --client-secret Arguments: Authentication URL Options: -g, --grant-type OAuth2 grant type [possible values: client_credentials] -i, --client-id Client ID -s, --client-secret Client Secret -r, --response Print the whole response instead of just token -h, --help Print help -V, --version Print version ``` ## License GPLv3