Package com.github.scribejava.core.model
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.