MCPcopy Index your code
hub / github.com/coder/coder / Config

Method Config

coderd/coderdtest/oidctest/idp.go:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (f *fakeIDPLocked) Config() *oauth2.Config {
103 f.mu.RLock()
104 defer f.mu.RUnlock()
105 return f.cfg
106}
107
108func (f *fakeIDPLocked) Handler() http.Handler {
109 f.mu.RLock()

Callers 4

CreateAuthCodeMethod · 0.80
OIDCCallbackMethod · 0.80
OauthConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected