MCPcopy 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

startGithubDeviceFlowMethod · 0.95
pollGithubDeviceFlowMethod · 0.95

Calls 1

Tested by

no test coverage detected