@@ -17,7 +17,7 @@ import { API_BASE_PATHS, DEFAULT_SERVICE_URLS } from '../constants';
1717/**
1818 * OAuth2 provider types supported by the platform
1919 */
20- export type OAuth2Provider = 'github' | 'linkedin' | 'okta' ;
20+ export type OAuth2Provider = 'github' | 'google' | ' linkedin' | 'okta' ;
2121
2222/**
2323 * Response from the OAuth2 authorization URL endpoint
@@ -46,7 +46,7 @@ export type OAuth2CallbackResponse = string;
4646
4747/**
4848 * Get the OAuth2 authorization URL for a specific provider
49- * @param provider - OAuth2 provider (bluesky, github , linkedin, okta)
49+ * @param provider - OAuth2 provider (github, google , linkedin, okta)
5050 * @param callbackUri - Server endpoint to call with the authz token
5151 * @param nonce - Optional nonce for security
5252 * @param baseUrl - Base URL for the API (defaults to production IAM URL)
@@ -121,7 +121,7 @@ export const getOAuth2AuthzUrl = async (
121121
122122/**
123123 * Get the OAuth2 authorization URL for linking a provider to an existing account
124- * @param provider - OAuth2 provider (bluesky, github , linkedin, okta)
124+ * @param provider - OAuth2 provider (github, google , linkedin, okta)
125125 * @param callbackUri - Server endpoint to call with the authz token
126126 * @param baseUrl - Base URL for the API (defaults to production IAM URL)
127127 * @returns OAuth2 authorization URL response
0 commit comments