Open Journal Systems  3.3.0
Http\Message\Authentication\BasicAuth Class Reference
Inheritance diagram for Http\Message\Authentication\BasicAuth:
Http\Message\Authentication

Public Member Functions

 __construct ($username, $password)
 
 authenticate (RequestInterface $request)
 

Detailed Description

Authenticate a PSR-7 Request using Basic Auth.

Author
Márk Sági-Kazár mark..nosp@m.sagi.nosp@m.kazar.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Definition at line 13 of file BasicAuth.php.

Constructor & Destructor Documentation

◆ __construct()

Http\Message\Authentication\BasicAuth::__construct (   $username,
  $password 
)
Parameters
string$username
string$password

Definition at line 35 of file BasicAuth.php.

Member Function Documentation

◆ authenticate()

Http\Message\Authentication\BasicAuth::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.

Parameters
RequestInterface$requestThe request without authentication information
Returns
RequestInterface The request with added authentication information
}

Implements Http\Message\Authentication.

Definition at line 44 of file BasicAuth.php.

References Psr\Http\Message\MessageInterface\withHeader().


The documentation for this class was generated from the following file: