This commit is contained in:
Anthony Stirling 2025-11-14 11:29:16 +00:00
parent 9ba4238fe3
commit a9bf677384

View File

@ -251,7 +251,7 @@ class SpringAuthClient {
* This redirects to the Spring OAuth2 authorization endpoint * This redirects to the Spring OAuth2 authorization endpoint
*/ */
async signInWithOAuth(params: { async signInWithOAuth(params: {
provider: 'github' | 'google' | 'apple' | 'azure'; provider: 'github' | 'google' | 'apple' | 'azure' | 'keycloak' | 'oidc';
options?: { redirectTo?: string; queryParams?: Record<string, any> }; options?: { redirectTo?: string; queryParams?: Record<string, any> };
}): Promise<{ error: AuthError | null }> { }): Promise<{ error: AuthError | null }> {
try { try {