File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ export class LanguageClientAuth {
276276
277277 invalidateStsCredential ( tokenId : string ) {
278278 return this . client . sendRequest ( invalidateStsCredentialRequestType . method , {
279- profileName : tokenId ,
279+ iamCredentialId : tokenId ,
280280 } satisfies InvalidateStsCredentialParams ) as Promise < InvalidateStsCredentialResult >
281281 }
282282
@@ -644,7 +644,7 @@ export class IamLogin extends BaseLogin {
644644 this . updateConnectionState ( 'expired' )
645645 return
646646 } else if ( params . kind === StsCredentialChangedKind . Refreshed ) {
647- this . eventEmitter . fire ( { id : this . profileName , state : 'refreshed' } )
647+ this . eventEmitter . fire ( { id : this . iamCredentialId , state : 'refreshed' } )
648648 }
649649 }
650650 }
You can’t perform that action at this time.
0 commit comments