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