| Package | Description |
|---|---|
| com.paypal.api.payments | |
| com.paypal.base.rest |
| Modifier and Type | Method and Description |
|---|---|
static OAuthTokenCredential |
WebProfile.initConfig(File file)
Initialize using a File(Properties file)
|
static OAuthTokenCredential |
WebProfile.initConfig(InputStream is)
Initialize using InputStream(of a Properties file)
|
static OAuthTokenCredential |
WebProfile.initConfig(Properties properties)
Initialize using Properties
|
| Modifier and Type | Method and Description |
|---|---|
static OAuthTokenCredential |
PayPalResource.getOAuthTokenCredential()
Returns OAuthTokenCredential instance using client ID and client secret loaded from configuration.
|
static OAuthTokenCredential |
PayPalResource.initConfig(File file)
Initialize the system using a File(Properties file).
|
static OAuthTokenCredential |
PayPalResource.initConfig(InputStream inputStream)
Initialize using
InputStream(of a Properties file).. |
static OAuthTokenCredential |
PayPalResource.initConfig(Properties properties)
Initialize using Properties.
|
Copyright © 2015. All Rights Reserved.