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

Method SetIssuer

coderd/coderdtest/oidctest/idp.go:114–118  ·  view source on GitHub ↗
(issuer string)

Source from the content-addressed store, hash-verified

112}
113
114func (f *fakeIDPLocked) SetIssuer(issuer string) {
115 f.mu.Lock()
116 defer f.mu.Unlock()
117 f.issuer = issuer
118}
119
120func (f *fakeIDPLocked) SetIssuerURL(issuerURL *url.URL) {
121 f.mu.Lock()

Callers 3

WithIssuerFunction · 0.80
NewFakeIDPFunction · 0.80
updateIssuerURLMethod · 0.80

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected