MCPcopy
hub / github.com/fonoster/fonoster / getMetadata

Method getMetadata

mods/sdk/src/client/WebClient.ts:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 getMetadata() {
54 return {
55 token: this.getAccessToken(),
56 accessKeyId: this.getAccessKeyId()
57 };
58 }
59
60 getApplicationsClient() {
61 return new ApplicationsClient(this.url, null, {

Callers

nothing calls this directly

Calls 2

getAccessTokenMethod · 0.80
getAccessKeyIdMethod · 0.80

Tested by

no test coverage detected