adad532c7d0397bc30fd9ef4cf7ea287df33f832
[platform/upstream/curl.git] / docs / cmdline-opts / oauth2-bearer.d
1 Long: oauth2-bearer
2 Help: OAuth 2 Bearer Token
3 Protocols: IMAP POP3 SMTP
4 ---
5 Specify the Bearer Token for OAUTH 2.0 server authentication. The Bearer Token
6 is used in conjunction with the user name which can be specified as part of
7 the --url or --user options.
8
9 The Bearer Token and user name are formatted according to RFC 6750.
10
11 If this option is used several times, the last one will be used.