Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ PublicKey
Method
PublicKey
coderd/coderdtest/oidctest/idp.go:1642–1644 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1640
}
1641
1642
func
(f *FakeIDP) PublicKey() crypto.PublicKey {
1643
return
f.locked.PrivateKey().Public()
1644
}
1645
1646
func
(f *FakeIDP) OauthConfig(t testing.TB, scopes []string) *oauth2.Config {
1647
t.Helper()
Callers
1
TestIDPIssuerMismatch
Function · 0.95
Calls
1
PrivateKey
Method · 0.80
Tested by
1
TestIDPIssuerMismatch
Function · 0.76