Package io.jans.as.server.par.ws.rs
Class ParResponse
- java.lang.Object
-
- io.jans.as.server.par.ws.rs.ParResponse
-
public class ParResponse extends Object
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description ParResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getExpiresIn()
String
getRequestUri()
void
setExpiresIn(Integer expiresIn)
void
setRequestUri(String requestUri)
String
toString()
-