extends |
Auth |
|---|
Class to perform custom authentification
Create an instance of class with password and username and then check Event for credentials:
(new AuthBasic('customType','customValue'))->authentificate($event)
| Methods | ||
|---|---|---|
public
|
__construct(string $customeType, string $customValue)
|
# |
| Methods inherited from Porta\Psr14Event\Auth\Auth |
|---|
withAuthHeader(), authentificate(), check(), parseData(), extractHeader() |
| Constants inherited from Porta\Psr14Event\Auth\Auth |
|---|
|
| Properties | |||
|---|---|---|---|
protected
|
string
|
$customeType
|
# |
protected
|
string
|
$customValue
|
# |
| Properties inherited from Porta\Psr14Event\Auth\Auth |
|---|
$authHeader, $request, $authType, $authValue, $dateHeader |