Skip to content

Commit bf98477

Browse files
committed
Addressing review comments and adding some Unit test
1 parent d9ef125 commit bf98477

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const enum DefaultConfig {
9393
TOKEN_API_HOST = 'securetoken.googleapis.com',
9494
API_HOST = 'identitytoolkit.googleapis.com',
9595
API_SCHEME = 'https',
96+
// TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release.
9697
REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2alpha/'
9798
}
9899

packages/auth/src/core/strategies/exhange_token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { _castAuth } from '../auth/auth_impl';
2424

2525
/**
2626
* 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.
2828
*
2929
* @remarks
3030
* This method is implemented only for `DefaultConfig.REGIONAL_API_HOST` and

0 commit comments

Comments
 (0)