You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/SsoAccessTokenProvider.kt
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,6 @@ class SsoAccessTokenProvider(
399
399
"Reauth Required: $stageName",
400
400
"Expired client registration"
401
401
)
402
-
// TODO: reauth
403
402
else->Pair(
404
403
"Unable to load client registration from cache: $stageName",
405
404
"Null client registration"
@@ -481,17 +480,32 @@ class SsoAccessTokenProvider(
0 commit comments