Package org.keycloak.representations.idm
Class OAuth2ErrorRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.OAuth2ErrorRepresentation
 
- 
 public class OAuth2ErrorRepresentation extends Object - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description OAuth2ErrorRepresentation()OAuth2ErrorRepresentation(String error, String errorDescription)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()StringgetErrorDescription()voidsetError(String error)voidsetErrorDescription(String errorDescription)
 
-