protected function BaseApiAbstract::getAuth in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getAuth()
- 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getAuth()
- 8.3 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getAuth()
Return value
1 call to BaseApiAbstract::getAuth()
- BaseApiAbstract::checkAuthenticationError in vendor/
smartling/ api-sdk-php/ src/ BaseApiAbstract.php
File
- vendor/
smartling/ api-sdk-php/ src/ BaseApiAbstract.php, line 164
Class
- BaseApiAbstract
- Class BaseApiAbstract
Namespace
SmartlingCode
protected function getAuth() {
return $this->auth;
}