| Package | Description |
|---|---|
| com.intuit.oauth2.client |
| Modifier and Type | Method and Description |
|---|---|
BearerTokenResponse |
OAuth2PlatformClient.refreshToken(String refreshToken)
Method to renew OAuth2 tokens by passing the refreshToken
|
BearerTokenResponse |
OAuth2PlatformClient.retrieveBearerTokens(String authCode,
String redirectURI)
Method to retrieve OAuth2 access token by passing the redirectURI and authCode
|
Copyright © 2017. All rights reserved.