private function AuthTokenProvider::getSecretKey in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::getSecretKey()
- 8.2 vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::getSecretKey()
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::getSecretKey()
- 8.3 vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::getSecretKey()
Return value
string
2 calls to AuthTokenProvider::getSecretKey()
- AuthTokenProvider::authenticate in api-sdk-php/
src/ AuthApi/ AuthTokenProvider.php - Sends /authenticate request
- AuthTokenProvider::authenticate in vendor/
smartling/ api-sdk-php/ src/ AuthApi/ AuthTokenProvider.php - Sends /authenticate request
File
- api-sdk-php/
src/ AuthApi/ AuthTokenProvider.php, line 63
Class
- AuthTokenProvider
- Class AuthTokenProvider @package Smartling\AuthApi
Namespace
Smartling\AuthApiCode
private function getSecretKey() {
return $this->secretKey;
}