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 69d4eb1 commit aad33a1Copy full SHA for aad33a1
src/client/auth.ts
@@ -359,6 +359,7 @@ async function authInternal(
359
const fullInformation = await registerClient(authorizationServerUrl, {
360
metadata,
361
clientMetadata: provider.clientMetadata,
362
+ fetchFn,
363
});
364
365
await provider.saveClientInformation(fullInformation);
@@ -395,6 +396,7 @@ async function authInternal(
395
396
refreshToken: tokens.refresh_token,
397
resource,
398
addClientAuthentication: provider.addClientAuthentication,
399
400
401
402
await provider.saveTokens(newTokens);
0 commit comments