You are here

public function ExchangerProviderRemoteInterface::getAuthData in Commerce Exchanger 8

Remote authentication credentials.

Return value

array Returns multiple parameters needed for authentication.

1 method overrides ExchangerProviderRemoteInterface::getAuthData()
ExchangerProviderRemoteBase::getAuthData in src/Plugin/Commerce/ExchangerProvider/ExchangerProviderRemoteBase.php
Remote authentication credentials.

File

src/Plugin/Commerce/ExchangerProvider/ExchangerProviderRemoteInterface.php, line 59

Class

ExchangerProviderRemoteInterface
Defines an interface for remote sources.

Namespace

Drupal\commerce_exchanger\Plugin\Commerce\ExchangerProvider

Code

public function getAuthData();