MCPcopy
hub / github.com/zitadel/oidc / ClientSecretBasicAuthRequest

Interface ClientSecretBasicAuthRequest

pkg/client/client.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type ClientSecretBasicAuthRequest interface {
29 Auth(req *http.Request)
30}
31
32// Discover calls the discovery endpoint of the provided issuer and returns its configuration
33// It accepts an optional argument "wellknownUrl" which can be used to override the discovery endpoint url

Callers 4

callTokenEndpointFunction · 0.65
CallRevokeEndpointFunction · 0.65

Implementers 4

RevokeRequestpkg/client/client.go
DeviceAccessTokenRequestpkg/client/client.go
RefreshTokenRequestpkg/client/rp/relying_party.go
ClientCredentialsRequestpkg/oidc/token_request.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…