Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ getAllowedGithubOwner
Method
getAllowedGithubOwner
src/node/services/serverAuthService.ts:287–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
getAllowedGithubOwner(): string | undefined {
288
return
this.config.getServerAuthGithubOwner();
289
}
290
291
isGithubDeviceFlowEnabled(): boolean {
292
return
this.getAllowedGithubOwner() != null;
Callers
3
isGithubDeviceFlowEnabled
Method · 0.95
startGithubDeviceFlow
Method · 0.95
pollGithubDeviceFlow
Method · 0.95
Calls
1
getServerAuthGithubOwner
Method · 0.80
Tested by
no test coverage detected