File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export const enum DefaultConfig {
93
93
TOKEN_API_HOST = 'securetoken.googleapis.com' ,
94
94
API_HOST = 'identitytoolkit.googleapis.com' ,
95
95
API_SCHEME = 'https' ,
96
+ // TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release.
96
97
REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2alpha/'
97
98
}
98
99
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import { _castAuth } from '../auth/auth_impl';
24
24
25
25
/**
26
26
* Asynchronously exchanges an OIDC provider's Authorization code or Id Token
27
- * for an OidcToken i.e. Outbound Access Token.
27
+ * for a Firebase Token.
28
28
*
29
29
* @remarks
30
30
* This method is implemented only for `DefaultConfig.REGIONAL_API_HOST` and
You can’t perform that action at this time.
0 commit comments