We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c9e6d commit 14bb1cdCopy full SHA for 14bb1cd
packages/auth/src/api/authentication/exchange_token.ts
@@ -35,7 +35,10 @@ export async function exchangeToken(
35
auth: Auth,
36
request: ExchangeTokenRequest
37
): Promise<ExchangeTokenResponse> {
38
- return _performRegionalApiRequest<ExchangeTokenRequest, ExchangeTokenResponse>(
+ return _performRegionalApiRequest<
39
+ ExchangeTokenRequest,
40
+ ExchangeTokenResponse
41
+ >(
42
auth,
43
HttpMethod.POST,
44
RegionalEndpoint.EXCHANGE_TOKEN,
0 commit comments