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