Interface OAuth2TokenValidator<T extends AbstractOAuth2Token>

    • Method Detail

      • validate

        OAuth2TokenValidatorResult validate​(T token)
        Verify the validity and/or constraints of the provided OAuth 2.0 Token.
        Parameters:
        token - an OAuth 2.0 token
        Returns:
        OAuth2TokenValidationResult the success or failure detail of the validation