MCPcopy 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
1642func (f *FakeIDP) PublicKey() crypto.PublicKey {
1643 return f.locked.PrivateKey().Public()
1644}
1645
1646func (f *FakeIDP) OauthConfig(t testing.TB, scopes []string) *oauth2.Config {
1647 t.Helper()

Callers 1

TestIDPIssuerMismatchFunction · 0.95

Calls 1

PrivateKeyMethod · 0.80

Tested by 1

TestIDPIssuerMismatchFunction · 0.76