diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 22:00:39 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 22:00:39 -0700 |
commit | ebd6d96bae32c48d9633c45d3bc8c403789c0d6c (patch) | |
tree | f8a873b1069476225e962bfa0a9acc06d962adf1 | |
parent | 06c6ab430b223f6923fe74a4b8d11f3e626848a8 (diff) | |
download | alpine-ebd6d96bae32c48d9633c45d3bc8c403789c0d6c.tar.xz |
* Update to the man page of Alpine to account for the new command line
options -xoauth2-server, -xoauth2-client-id, and -xoauth2-client-secret.
-rw-r--r-- | doc/man1/alpine.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/man1/alpine.1 b/doc/man1/alpine.1 index ff573136..f02fad7f 100644 --- a/doc/man1/alpine.1 +++ b/doc/man1/alpine.1 @@ -253,6 +253,23 @@ Use configuration exceptions in Exceptions are used to override your default pinerc settings for a particular platform, can be a local file or a remote folder. +.IP \fB-xoauth2-server\ \fIServerName\fR 20 +Name of the service that XOAUTH2 authentication will be attempted. +The only service supported as of this writing is Gmail. Note that +all of the options -xoauth2-server, -xoauth2-client-id and +-xoauth2-client-secret must be used simultaneously. Example: +-xoauth2-server Gmail. +.IP \fB-xoauth2-client-id\ \fIClient-Id\fR 20 +String that identifies Alpine with the service provider that provides +XOAUTH2 authentication. Note that +all of the options -xoauth2-server, -xoauth2-client-id and +-xoauth2-client-secret must be used simultaneously. +.IP \fB-xoauth2-client-secret\ \fIClient-Secret\fR 20 +Secret string that identifies the Alpine with +the service provider that provides XOAUTH2 authentication. +Note that +all of the options -xoauth2-server, -xoauth2-client-id and +-xoauth2-client-secret must be used simultaneously. .IP \fB-z\fR 20 Enable ^Z and SIGTSTP so alpine may be suspended. .IP \fI-option\=\fIvalue\fR 20 |