Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
78
func
(f *fakeIDPLocked) Issuer() string {
79
f.mu.RLock()
80
defer
f.mu.RUnlock()
81
return
f.issuer
82
}
83
84
func
(f *fakeIDPLocked) IssuerURL() *url.URL {
85
f.mu.RLock()
Callers
7
NewFakeIDP
Function · 0.80
realServer
Method · 0.80
encodeClaims
Method · 0.80
HTTPClient
Method · 0.80
ExternalAuthConfig
Method · 0.80
OIDCConfigSkipIssuerChecks
Method · 0.80
internalOIDCConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected