logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oauth2get - program to get the stored oauth2 credential

Author

       Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
              Wrote this manpage for the Debian system.

Bugs

       The upstream BTS can be found at https://github.com/VannTen/oauth2token/issues

Description

       This manual page documents briefly the oauth2get command.

       This  manual  page  was  written for the Debian distribution because the original program does not have a
       manual page.

       oauth2get is a program that get the stored OAuth2 credential.  Before running oauth2get  you  should  run
       oauth2create at least once.  And if the credential is outdated, please re-run oauth2create.

Files

       ${HOME}/.config/oauth2token/{app}/config.json
              The secret and token of the app.  This information is needed to talk to the API provider.

       ${HOME}/.config/oauth2token/{app}/scopes.json
              The scope of the API.

Name

       oauth2get - program to get the stored oauth2 credential

Options

       The  program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       app    The name of the app.

       user   The name of the user.

       -h, --help
              Show summary of options.

See Also

oauth2create(1)

Synopsis

oauth2get {app} {user}

       oauth2get [{-h | --help}]

See Also