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 String
getError()
String
getErrorDescription()
void
setError(String error)
void
setErrorDescription(String errorDescription)
-