blob: 780716748ecd4c620df69dcbc94ecd02768f3010 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Long: oauth2-bearer
2Help: OAuth 2 Bearer Token
3Arg: <token>
4Protocols: IMAP POP3 SMTP
5---
6Specify the Bearer Token for OAUTH 2.0 server authentication. The Bearer Token
7is used in conjunction with the user name which can be specified as part of
8the --url or --user options.
9
10The Bearer Token and user name are formatted according to RFC 6750.
11
12If this option is used several times, the last one will be used.