Package io.jans.as.model.authorize
Class AuthorizationChallengeResponse
java.lang.Object
io.jans.as.model.authorize.AuthorizationChallengeResponse
- Author:
- Yuriy Z
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets authorization codevoid
setAuthorizationCode
(String authorizationCode) Sets authorization codetoString()
Returns string representation of authorization challenge response
-
Constructor Details
-
AuthorizationChallengeResponse
public AuthorizationChallengeResponse()
-
-
Method Details
-
getAuthorizationCode
Gets authorization code- Returns:
- authorization code
-
setAuthorizationCode
Sets authorization code- Parameters:
authorizationCode
- authorization code
-
toString
Returns string representation of authorization challenge response
-