File: oauth2create.1.md

package info (click to toggle)
oauth2token 0.0.3-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 89; makefile: 9
file content (74 lines) | stat: -rw-r--r-- 1,847 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
% oauth2create(1) | User Commands
%
% "06/06/2023"

# NAME

oauth2create - program to obtain and store the oauth2 credential

# SYNOPSIS

**oauth2create** {_app_} {_user_}

**oauth2create** [{**-h** | **\-\-help**}]

# DESCRIPTION

This manual page documents briefly the **oauth2create** command.

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

**oauth2create** is a program to obtain the OAuth2 credential. It
will output a link for users to click. The link will authorize the permission
to obtain an oauth2 credential. And then the credential will be stored.

# 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.

# 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.

# BUGS

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

# SEE ALSO

**oauth2get**(1)

# AUTHOR

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

# COPYRIGHT

Copyright © 2023 Ying-Chun Liu (PaulLiu) <paulliu@debian.org>

This manual page was written for the Debian system (and may be used by
others).

Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License, Version 2 or (at your option)
any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2.