MCPcopy 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
90func (f *fakeIDPLocked) PrivateKey() *rsa.PrivateKey {
91 f.mu.RLock()
92 defer f.mu.RUnlock()
93 return f.key
94}
95
96func (f *fakeIDPLocked) Provider() ProviderJSON {
97 f.mu.RLock()

Callers 5

encodeClaimsMethod · 0.80
httpHandlerMethod · 0.80
PublicKeyMethod · 0.80
internalOIDCConfigMethod · 0.80
addAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected