Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
oauth-auto-connect.test.ts
File · 0.45
authenticateScoped
Function · 0.45
mcp.ts
File · 0.45
mcp.ts
File · 0.45
Calls
1
run
Function · 0.70
Tested by
1
authenticateScoped
Function · 0.36