@base44-preview/sdk 0.8.18-pr.88.4da9709 → 0.8.18-pr.88.d4664b3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -178,7 +178,7 @@ export interface AuthModule {
|
|
|
178
178
|
*
|
|
179
179
|
* Supported providers:
|
|
180
180
|
* - `'google'` - {@link https://developers.google.com/identity/protocols/oauth2 | Google OAuth}. Enabled by default.
|
|
181
|
-
* - `'microsoft'` - {@link https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow | Microsoft OAuth}. Enable
|
|
181
|
+
* - `'microsoft'` - {@link https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow | Microsoft OAuth}. Enable Microsoft in your app's authentication settings before specifying this provider.
|
|
182
182
|
* - `'facebook'` - {@link https://developers.facebook.com/docs/facebook-login | Facebook Login}. Enable this in your app's authentication settings before using.
|
|
183
183
|
*
|
|
184
184
|
* @param provider - The authentication provider to use: `'google'`, `'microsoft'`, or `'facebook'`.
|