Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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"
| "spotify"
| "twitch"
| "twitter"
| "workos"
| "zoom"
| "fly";

§Type

§
"apple" | "azure" | "bitbucket" | "discord" | "facebook" | "figma" | "github" | "gitlab" | "google" | "kakao" | "keycloak" | "linkedin" | "linkedin_oidc" | "notion" | "slack" | "spotify" | "twitch" | "twitter" | "workos" | "zoom" | "fly"
[src]