MCPcopy Index your code
hub / github.com/coder/coder / AppCredentials

Method AppCredentials

coderd/coderdtest/oidctest/idp.go:1638–1640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1636}
1637
1638func (f *FakeIDP) AppCredentials() (clientID string, clientSecret string) {
1639 return f.clientID, f.clientSecret
1640}
1641
1642func (f *FakeIDP) PublicKey() crypto.PublicKey {
1643 return f.locked.PrivateKey().Public()

Callers 2

setupOauth2TestFunction · 0.95
RunIDPFunction · 0.95

Calls

no outgoing calls

Tested by 1

setupOauth2TestFunction · 0.76