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

TypeAlias OAuth2TokenEndpointAuthMethod

codersdk/oauth2.go:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223type OAuth2TokenEndpointAuthMethod string
224
225const (
226 OAuth2TokenEndpointAuthMethodClientSecretBasic OAuth2TokenEndpointAuthMethod = "client_secret_basic"

Callers 3

GetClientConfigurationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected