abstract | |
---|---|
implements |
AuthInterface |
Abstract sase class for event call authentification
Methods | ||
---|---|---|
public
|
withAuthHeader(string $header): self
|
# |
public
|
authentificate(Event $event): Event
|
# |
abstract
protected
|
check(): void
|
# |
protected
|
parseData(): void
|
# |
protected
|
extractHeader(string $headerName): string
|
# |
Constants | ||
---|---|---|
public
|
DATE_HEADER = 'Date'
|
# |
Properties | |||
---|---|---|---|
protected
|
|
$authHeader = 'Authorization'
|
# |
protected
|
RequestInterface
|
$request
|
# |
protected
|
string
|
$authType
|
# |
protected
|
string
|
$authValue
|
# |
protected
|
string
|
$dateHeader
|
# |