Provider
One of the providers supported by GoTrue.
type Provider = 
 | "apple"
 | "azure"
 | "bitbucket"
 | "discord"
 | "facebook"
 | "figma"
 | "github"
 | "gitlab"
 | "google"
 | "kakao"
 | "keycloak"
 | "linkedin"
 | "linkedin_oidc"
 | "notion"
 | "slack"
 | "slack_oidc"
 | "spotify"
 | "twitch"
 | "twitter"
 | "workos"
 | "zoom"
 | "fly";