Class AuthorizationChallengeResponse

java.lang.Object
io.jans.as.model.authorize.AuthorizationChallengeResponse

public class AuthorizationChallengeResponse extends Object
Author:
Yuriy Z
  • Constructor Details

    • AuthorizationChallengeResponse

      public AuthorizationChallengeResponse()
  • Method Details

    • getAuthorizationCode

      public String getAuthorizationCode()
      Gets authorization code
      Returns:
      authorization code
    • setAuthorizationCode

      public void setAuthorizationCode(String authorizationCode)
      Sets authorization code
      Parameters:
      authorizationCode - authorization code
    • toString

      public String toString()
      Returns string representation of authorization challenge response
      Overrides:
      toString in class Object
      Returns:
      string representation of authorization challenge response