From d4a2b08e43bb6096a7a28eb07f373b2dd19d488d Mon Sep 17 00:00:00 2001 From: ChitharaKarunasekera Date: Thu, 29 Jun 2023 19:04:41 +0530 Subject: [PATCH] expiry time config --- .../carbon/identity/oauth2/model/CarbonOAuthAuthzRequest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/model/CarbonOAuthAuthzRequest.java b/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/model/CarbonOAuthAuthzRequest.java index bb706c56e6..643c47c33e 100644 --- a/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/model/CarbonOAuthAuthzRequest.java +++ b/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/model/CarbonOAuthAuthzRequest.java @@ -32,10 +32,11 @@ import org.wso2.carbon.identity.oauth.par.model.OAuthParRequestWrapper; import org.wso2.carbon.identity.oauth2.internal.OAuth2ServiceComponentHolder; -import javax.servlet.http.HttpServletRequest; import java.util.HashMap; import java.util.Map; +import javax.servlet.http.HttpServletRequest; + /** * OAuth 2 authorization request. */