Class RefreshTokenValidator

  • All Implemented Interfaces:
    OAuthValidator<HttpServletRequest>

    public class RefreshTokenValidator
    extends AbstractValidator<HttpServletRequest>
    Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type. This validator enforces client authentication either through basic authentication or body parameters.
    • Constructor Detail

      • RefreshTokenValidator

        public RefreshTokenValidator()