blob: 780716748ecd4c620df69dcbc94ecd02768f3010 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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.