Class OAuth2ErrorRepresentation

java.lang.Object
org.keycloak.representations.idm.OAuth2ErrorRepresentation

public class OAuth2ErrorRepresentation extends Object
Author:
Marek Posolda
  • Constructor Details

    • OAuth2ErrorRepresentation

      public OAuth2ErrorRepresentation()
    • OAuth2ErrorRepresentation

      public OAuth2ErrorRepresentation(String error, String errorDescription)
  • Method Details

    • getError

      public String getError()
    • setError

      public void setError(String error)
    • getErrorDescription

      public String getErrorDescription()
    • setErrorDescription

      public void setErrorDescription(String errorDescription)