PHP Class Omnipay\PayPal\Message\RestTokenRequest

With each API call, you’ll need to set request headers, including an OAuth 2.0 access token. Get an access token by using the OAuth 2.0 client_credentials token grant type with your clientId:secret as your Basic Auth credentials.
Inheritance: extends AbstractRestRequest
Exibir arquivo Open project: omnipay/paypal

Public Methods

Method Description
getData ( )
sendData ( $data )

Protected Methods

Method Description
getEndpoint ( )

Method Details

getData() public method

public getData ( )

getEndpoint() protected method

protected getEndpoint ( )

sendData() public method

public sendData ( $data )