arcade-mcp/arcade/arcade/sdk/auth/__init__.py
Nate Barbettini ef5b19b4a2
feat: Add Reddit and Twitch named providers (#294)
Adding auth support for future Reddit and Twitch tools.
2025-03-14 13:52:46 -07:00

35 lines
460 B
Python

from arcade.core.auth import (
Atlassian,
Discord,
Dropbox,
GitHub,
Google,
LinkedIn,
Notion,
OAuth2,
Reddit,
Slack,
Spotify,
ToolAuthorization,
Twitch,
X,
Zoom,
)
__all__ = [
"Atlassian",
"Discord",
"Dropbox",
"GitHub",
"Google",
"LinkedIn",
"Notion",
"OAuth2",
"Reddit",
"Slack",
"Spotify",
"ToolAuthorization",
"Twitch",
"X",
"Zoom",
]