Class InvalidTargetUrlException

All Implemented Interfaces:
Serializable

public class InvalidTargetUrlException extends OAuth2Exception
The value of one or more redirect_uris is invalid. https://openid.net/specs/openid-connect-registration-1_0.html#RegistrationError
Author:
Ashraful Hasan, GraviteeSource Team
See Also:
  • Constructor Details

    • InvalidTargetUrlException

      public InvalidTargetUrlException()
    • InvalidTargetUrlException

      public InvalidTargetUrlException(String message)
  • Method Details