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

Method IssuerURL

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

Source from the content-addressed store, hash-verified

511}
512
513func (f *FakeIDP) IssuerURL() *url.URL {
514 return f.locked.IssuerURL()
515}
516
517func (f *FakeIDP) updateIssuerURL(t testing.TB, issuer string) {
518 t.Helper()

Callers 6

TestUserOIDCFunction · 0.95
NewFakeIDPFunction · 0.95
TestInstrumentFunction · 0.95
RunIDPFunction · 0.95
httpHandlerMethod · 0.45
ExternalAuthConfigMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestUserOIDCFunction · 0.76
TestInstrumentFunction · 0.76