Class AuthorizationChallengeResponse


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

      • AuthorizationChallengeResponse

        public AuthorizationChallengeResponse()
    • Method Detail

      • 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