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 c138cb2 commit 71bdffcCopy full SHA for 71bdffc
packages/core/src/auth/sso/ssoAccessTokenProvider.ts
@@ -256,6 +256,7 @@ export abstract class SsoAccessTokenProvider {
256
awsRegion: this.profile.region,
257
ssoRegistrationExpiresAt: args?.registrationExpiresAt,
258
ssoRegistrationClientId: args?.registrationClientId,
259
+ sessionDuration: getSessionDuration(this.tokenCacheKey),
260
})
261
262
// Reset source in case there is a case where browser login was called but we forgot to set the source.
0 commit comments