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

Method Issuer

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

Source from the content-addressed store, hash-verified

76}
77
78func (f *fakeIDPLocked) Issuer() string {
79 f.mu.RLock()
80 defer f.mu.RUnlock()
81 return f.issuer
82}
83
84func (f *fakeIDPLocked) IssuerURL() *url.URL {
85 f.mu.RLock()

Callers 7

NewFakeIDPFunction · 0.80
realServerMethod · 0.80
encodeClaimsMethod · 0.80
HTTPClientMethod · 0.80
ExternalAuthConfigMethod · 0.80
internalOIDCConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected