Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ redirectUri
Function
redirectUri
packages/opencode/src/plugin/digitalocean.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
function
redirectUri(): string {
48
return
`http:
//localhost:${OAUTH_PORT}${OAUTH_REDIRECT_PATH}`
49
}
50
51
function
buildAuthorizeUrl(state: string): string {
52
const
params =
new
URLSearchParams({
Callers
1
buildAuthorizeUrl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected