Skip to content

Commit f36617b

Browse files
committed
feat(sso): no-op to trigger status checks
1 parent c850b15 commit f36617b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/credential-provider-sso/src/resolveSSOCredentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO";
1010
* The time window (15 mins) that SDK will treat the SSO token expires in before the defined expiration date in token.
1111
* This is needed because server side may have invalidated the token before the defined expiration date.
1212
*
13-
* @internal
13+
* @private
1414
*/
1515
const EXPIRE_WINDOW_MS = 15 * 60 * 1000;
1616

0 commit comments

Comments
 (0)