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