Provider

type Provider =
  | 'apple'
  | 'azuread'
  | 'bitbucket'
  | 'discord'
  | 'facebook'
  | 'github'
  | 'gitlab'
  | 'google'
  | 'linkedin'
  | 'spotify'
  | 'strava'
  | 'twitch'
  | 'twitter'
  | 'windowslive'
  | 'workos'