You are here

private function AuthTokenProvider::setSecretKey in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::setSecretKey()
  2. 8.2 api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::setSecretKey()
  3. 8.2 vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php \Smartling\AuthApi\AuthTokenProvider::setSecretKey()

Parameters

string $secretKey:

1 call to AuthTokenProvider::setSecretKey()
AuthTokenProvider::__construct in vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php
AuthTokenProvider constructor.

File

vendor/smartling/api-sdk-php/src/AuthApi/AuthTokenProvider.php, line 73

Class

AuthTokenProvider
Class AuthTokenProvider @package Smartling\AuthApi

Namespace

Smartling\AuthApi

Code

private function setSecretKey($secretKey) {
  $this->secretKey = $secretKey;
}