MCPcopy Index your code
hub / github.com/anomalyco/opencode / authenticate

Method authenticate

packages/opencode/src/acp/agent.ts:39–41  ·  view source on GitHub ↗
(params: AuthenticateRequest)

Source from the content-addressed store, hash-verified

37 }
38
39 authenticate(params: AuthenticateRequest) {
40 return run(this.service.authenticate(params))
41 }
42
43 newSession(params: NewSessionRequest) {
44 return run(this.service.newSession(params))

Callers 4

authenticateScopedFunction · 0.45
mcp.tsFile · 0.45
mcp.tsFile · 0.45

Calls 1

runFunction · 0.70

Tested by 1

authenticateScopedFunction · 0.36