Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ PrivateKey
Method
PrivateKey
coderd/coderdtest/oidctest/idp.go:90–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(f *fakeIDPLocked) PrivateKey() *rsa.PrivateKey {
91
f.mu.RLock()
92
defer
f.mu.RUnlock()
93
return
f.key
94
}
95
96
func
(f *fakeIDPLocked) Provider() ProviderJSON {
97
f.mu.RLock()
Callers
5
encodeClaims
Method · 0.80
httpHandler
Method · 0.80
PublicKey
Method · 0.80
internalOIDCConfig
Method · 0.80
addAddress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected