Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($token) | |
authenticate (RequestInterface $request) | |
Authenticate a PSR-7 Request using a token.
Definition at line 13 of file Bearer.php.
Http\Message\Authentication\Bearer::__construct | ( | $token | ) |
string | $token |
Definition at line 26 of file Bearer.php.
Http\Message\Authentication\Bearer::authenticate | ( | RequestInterface | $request | ) |
{Alter the request to add the authentication credentials.To do that, the implementation might use pre-stored credentials or do separate HTTP requests to obtain a valid token.
RequestInterface | $request | The request without authentication information |
Implements Http\Message\Authentication.
Definition at line 34 of file Bearer.php.
References Psr\Http\Message\MessageInterface\withHeader().