Package | Description |
---|---|
com.intuit.oauth2.config | |
com.intuit.oauth2.http |
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Config.prepareUrl(List<Scope> scopes,
String redirectUri)
Prepares URL to call the OAuth2 authorization endpoint using Scope and redirectURL that is supplied.
|
String |
OAuth2Config.prepareUrl(List<Scope> scopes,
String redirectUri,
String csrfToken)
Prepares URL to call the OAuth2 authorization endpoint using Scope, CSRF and redirectURL that is supplied
|
Modifier and Type | Method and Description |
---|---|
URL |
Request.constructURL()
Prepares request URL
|
Response |
HttpRequestClient.makeRequest(Request request)
Method to make the HTTP request call using the request attributes supplied
|
Copyright © 2017. All rights reserved.