MCPcopy Create free account
hub / github.com/chieapp/chie / updateCredential

Method updateCredential

src/controller/api-manager.ts:97–100  ·  view source on GitHub ↗
(credential: APICredential)

Source from the content-addressed store, hash-verified

95 }
96
97 updateCredential(credential: APICredential) {
98 this.onUpdateCredential.emit(credential);
99 this.saveConfig();
100 }
101
102 removeCredentialById(id: string) {
103 if (!(id in this.#credentials))

Callers 2

#refreshTokenMethod · 0.80
#onSubmitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected