Class InvalidRedirectUriException

All Implemented Interfaces:
Serializable

public class InvalidRedirectUriException extends OAuth2Exception
The value of one or more redirect_uris is invalid. https://openid.net/specs/openid-connect-registration-1_0.html#RegistrationError
Author:
Alexandre FARIA (contact at alexandrefaria.net), GraviteeSource Team
See Also:
  • Constructor Details

    • InvalidRedirectUriException

      public InvalidRedirectUriException()
    • InvalidRedirectUriException

      public InvalidRedirectUriException(String message)
  • Method Details