AuthorizationToken
in package
implements
AuthorizationInterface
Authorization Token for QA api.
Table of Contents
Interfaces
- AuthorizationInterface
- Interface for Authorization classes.
Properties
- $value : string
Methods
- __construct() : mixed
- Constructs a new Authorization with token.
- getAuthorizationHeader() : string
- Returns the Authorization string for the header.
Properties
$value
private
string
$value
Methods
__construct()
Constructs a new Authorization with token.
public
__construct(string $value) : mixed
Parameters
- $value : string
-
The basic auth value.
getAuthorizationHeader()
Returns the Authorization string for the header.
public
getAuthorizationHeader() : string