OAuthStrategy
type OAuthStrategy = | "oauth_facebook"| "oauth_github"| "oauth_google"| "oauth_hubspot"| "oauth_tiktok"| "oauth_gitlab"| "oauth_discord"| "oauth_twitter"| "oauth_twitch"| "oauth_linkedin"| "oauth_linkedin_oidc"| "oauth_dropbox"| "oauth_bitbucket"| "oauth_microsoft"| "oauth_notion";
Name | Type | Description |
---|---|---|
oauth_facebook | string | Specify Facebook as the verification OAuth provider. |
oauth_github | string | Specify GitHub as the verification OAuth provider. |
oauth_google | string | Specify Google as the verification OAuth provider. |
oauth_hubspot | string | Specify HubSpot as the verification OAuth provider. |
oauth_tiktok | string | Specify TikTok as the verification OAuth provider. |
oauth_gitlab | string | Specify GitLab as the verification OAuth provider. |
oauth_discord | string | Specify Discord as the verification OAuth provider. |
oauth_twitter | string | Specify Twitter as the verification OAuth provider. |
oauth_twitch | string | Specify Twitch as the verification OAuth provider. |
oauth_linkedin (deprecated) | string | This strategy is now deprecated in favor of oauth_linkedin_oidc . |
oauth_linkedin_oidc | string | Specify LinkedIn as the verification OAuth provider. |
oauth_dropbox | string | Specify Dropbox as the verification OAuth provider. |
oauth_bitbucket | string | Specify Bitbucket as the verification OAuth provider. |
oauth_microsoft | string | Specify Microsoft as the verification OAuth provider. |
oauth_notion | string | Specify Notion as the verification OAuth provider. |