public class ClientCredentialsRequestValidatorImpl extends Object implements ClientCredentialsRequestValidator
Constructor and Description |
---|
ClientCredentialsRequestValidatorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
validateRequest(OAuth2Request request,
ClientRegistration clientRegistration)
Validates that the OAuth2 request contains the valid parameters for the OAuth2 client credentials grant.
|
public ClientCredentialsRequestValidatorImpl()
public void validateRequest(OAuth2Request request, ClientRegistration clientRegistration) throws UnauthorizedClientException
validateRequest
in interface ClientCredentialsRequestValidator
request
- The OAuth2 request. Must not be null
.clientRegistration
- The registration of the client making the request.UnauthorizedClientException
- If the client's authorization fails.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.