File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
core/aws-lsp-core/src/credentials Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,6 @@ export const credentialsProtocolMethodNames = {
3030 * Called by host to un-set any stored bearer token
3131 */
3232 iamBearerTokenDelete : 'aws/credentials/token/delete' ,
33- /**
34- * Called by host to push new IAM credentials whenever credentials state changes for Atx
35- * (and there are valid credentials)
36- */
37- iamAtxCredentialsUpdate : 'aws/credentials/iam/atxupdate' ,
38- /**
39- * Called by host to un-set any stored IAM credentials for Atx
40- */
41- iamAtxCredentialsDelete : 'aws/credentials/iam/atxdelete' ,
42- /**
43- * Called by host to push a new bearer token whenever credentials state changes for Atx
44- * (and there is a valid token)
45- */
46- iamAtxBearerTokenUpdate : 'aws/credentials/token/atxupdate' ,
47- /**
48- * Called by host to un-set any stored bearer token for Atx
49- */
50- iamAtxBearerTokenDelete : 'aws/credentials/token/atxdelete' ,
5133}
5234
5335/**
You can’t perform that action at this time.
0 commit comments