Package io.jans.as.model.authorize
Class AuthorizationChallengeResponse
- java.lang.Object
-
- io.jans.as.model.authorize.AuthorizationChallengeResponse
-
public class AuthorizationChallengeResponse extends Object
- Author:
- Yuriy Z
-
-
Constructor Summary
Constructors Constructor Description AuthorizationChallengeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorizationCode()
Gets authorization codevoid
setAuthorizationCode(String authorizationCode)
Sets authorization codeString
toString()
Returns string representation of authorization challenge response
-