Package com.github.scribejava.core.model
Class OAuth2Authorization
java.lang.Object
com.github.scribejava.core.model.OAuth2Authorization
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
OAuth2Authorization
public OAuth2Authorization()
-
-
Method Details
-
getCode
-
setCode
-
getState
-
setState
-