Class OAuth2Authorization

java.lang.Object
com.github.scribejava.core.model.OAuth2Authorization

public class OAuth2Authorization extends Object
represents Authorization Response http://tools.ietf.org/html/rfc6749#section-4.1.2 If the resource owner grants the access request, the authorization server issues an authorization code and delivers it to the client by adding the following parameters to the query component of the redirection URI using the "application/x-www-form-urlencoded" format.
  • Constructor Details

    • OAuth2Authorization

      public OAuth2Authorization()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getState

      public String getState()
    • setState

      public void setState(String state)