35 lines
460 B
Python
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",
|
|
]
|