interface AuthApiInterface in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/AuthApi/AuthApiInterface.php \Smartling\AuthApi\AuthApiInterface
- 8.2 vendor/smartling/api-sdk-php/src/AuthApi/AuthApiInterface.php \Smartling\AuthApi\AuthApiInterface
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/AuthApi/AuthApiInterface.php \Smartling\AuthApi\AuthApiInterface
- 8.3 vendor/smartling/api-sdk-php/src/AuthApi/AuthApiInterface.php \Smartling\AuthApi\AuthApiInterface
Interface AuthApiInterface
@package Smartling\Auth
Hierarchy
- interface \Smartling\AuthApi\AuthApiInterface
Expanded class hierarchy of AuthApiInterface
All classes that implement AuthApiInterface
10 files declare their use of AuthApiInterface
- ApiTestAbstract.php in api-sdk-php/
tests/ unit/ ApiTestAbstract.php - ApiTestAbstract.php in vendor/
smartling/ api-sdk-php/ tests/ unit/ ApiTestAbstract.php - BaseApiAbstract.php in api-sdk-php/
src/ BaseApiAbstract.php - BaseApiAbstract.php in vendor/
smartling/ api-sdk-php/ src/ BaseApiAbstract.php - ContextApi.php in api-sdk-php/
src/ Context/ ContextApi.php
File
- vendor/
smartling/ api-sdk-php/ src/ AuthApi/ AuthApiInterface.php, line 12
Namespace
Smartling\AuthApiView source
interface AuthApiInterface {
/**
* @return string token
* @throws InvalidAccessTokenException
*/
public function getAccessToken();
/**
* @return string
*/
public function getTokenType();
/**
* @return void
*/
public function resetToken();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AuthApiInterface:: |
public | function | ||
AuthApiInterface:: |
public | function | ||
AuthApiInterface:: |
public | function |