License information
1 parent 86ac90b commit 844f1de6aa67cfa9bcb0fdf3a5f8b45026d96e5d
@Madeline Madeline authored on 2 Apr 2023
Showing 39 changed files
View
src/api/routes/connections/#connection_name/#connection_id/refresh.ts
View
src/api/routes/connections/#connection_name/authorize.ts
View
src/api/routes/connections/#connection_name/callback.ts
View
src/api/routes/users/@me/connections/#connection_name/#connection_id/access-token.ts
View
src/api/routes/users/@me/connections/#connection_name/#connection_id/index.ts
View
src/connections/BattleNet/BattleNetSettings.ts
View
src/connections/BattleNet/index.ts
View
src/connections/Discord/DiscordSettings.ts
View
src/connections/Discord/index.ts
View
src/connections/EpicGames/EpicGamesSettings.ts
View
src/connections/EpicGames/index.ts
View
src/connections/Facebook/FacebookSettings.ts
View
src/connections/Facebook/index.ts
View
src/connections/GitHub/GitHubSettings.ts
View
src/connections/GitHub/index.ts
View
src/connections/Reddit/RedditSettings.ts
View
src/connections/Reddit/index.ts
View
src/connections/Spotify/SpotifySettings.ts
View
src/connections/Spotify/index.ts
View
src/connections/Twitch/TwitchSettings.ts
View
src/connections/Twitch/index.ts
View
src/connections/Twitter/TwitterSettings.ts
View
src/connections/Twitter/index.ts
View
src/connections/Xbox/XboxSettings.ts
View
src/connections/Xbox/index.ts
View
src/connections/Youtube/YoutubeSettings.ts
View
src/connections/Youtube/index.ts
View
src/util/connections/Connection.ts
View
src/util/connections/ConnectionConfig.ts
View
src/util/connections/ConnectionLoader.ts
View
src/util/connections/ConnectionStore.ts
View
src/util/connections/RefreshableConnection.ts
View
src/util/connections/index.ts
View
src/util/dtos/ConnectedAccountDTO.ts
View
src/util/entities/ConnectionConfigEntity.ts
View
src/util/interfaces/ConnectedAccount.ts
View
src/util/schemas/ConnectedAccountSchema.ts
View
src/util/schemas/ConnectionCallbackSchema.ts
View
src/util/schemas/ConnectionUpdateSchema.ts