public interface PayPalPlusAuthorizationService
Modifier and Type | Method and Description |
---|---|
PayPalPlusRequestContext |
createAuthorization(PayPalPlusCredentials credentials)
Creates a new request context in order to do authorued calls
against the paypal-API.
|
PayPalPlusRequestContext |
getAuthorization(PayPalPlusCredentials credentials)
Provides a request context in order to do authorized calls
against the paypal-API.
|
PayPalPlusRequestContext getAuthorization(PayPalPlusCredentials credentials)
credentials
- Credentials used to obtain an access token.PaypalAccessException
- in case the access token request failed.PayPalPlusRequestContext createAuthorization(PayPalPlusCredentials credentials)
credentials
- Credentials used to obtain an access token.PaypalAccessException
- in case the access token request failed.