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 StringgetAuthorizationCode()Gets authorization codevoidsetAuthorizationCode(String authorizationCode)Sets authorization codeStringtoString()Returns string representation of authorization challenge response
-