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

Function isSupportedResponseType

codersdk/oauth2_validation.go:223–225  ·  view source on GitHub ↗
(responseType OAuth2ProviderResponseType)

Source from the content-addressed store, hash-verified

221}
222
223func isSupportedResponseType(responseType OAuth2ProviderResponseType) bool {
224 return responseType == OAuth2ProviderResponseTypeCode
225}
226
227// validateTokenEndpointAuthMethod validates token endpoint authentication method
228func validateTokenEndpointAuthMethod(method OAuth2TokenEndpointAuthMethod) error {

Callers 1

validateResponseTypesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected