Skip to content

Commit

Permalink
oauth2 config option
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Feb 2, 2025
1 parent 23a68b2 commit 04523e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radicale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ def json_str(value: Any) -> dict:
"value": "tls",
"help": "Secure the IMAP connection: *tls*|starttls|none",
"type": imap_security}),
("oauth2_token_endpoint", {
"value": "",
"help": "OAuth2 token endpoint URL",
"type": str}),
("strip_domain", {
"value": "False",
"help": "strip domain from username",
Expand Down

0 comments on commit 04523e5

Please sign in to comment.