Class AuthResponse

java.lang.Object
com.mypurecloud.sdk.v2.extensions.AuthResponse
All Implemented Interfaces:
Serializable

public class AuthResponse extends Object implements Serializable
See Also:
  • Constructor Details

    • AuthResponse

      public AuthResponse()
  • Method Details

    • getAccess_token

      public String getAccess_token()
    • getRefresh_token

      public String getRefresh_token()
    • setAccess_token

      public void setAccess_token(String access_token)
    • getToken_type

      public String getToken_type()
    • setToken_type

      public void setToken_type(String token_type)
    • getExpires_in

      public int getExpires_in()
    • setExpires_in

      public void setExpires_in(int expires_in)
    • getError

      public String getError()
    • setError

      public void setError(String error)
    • toString

      public String toString()
      Overrides:
      toString in class Object