export type AuthProviders = 'apple' | 'azure' | 'discord' | 'facebook' | 'github' | 'gitlab' | 'google' | 'reddit' | 'salesforce' | 'slack' | 'spotify' | 'twitch' | 'twitter';
