StaticHeadersAuthentication
in package
implements
Authentication
FinalYes
Authentication adapter for API keys, signed headers, and gateway identities.
Table of Contents
Interfaces
- Authentication
- Supplies request headers without coupling the SDK to an auth provider.
Properties
- $headers : array<string|int, mixed>
Methods
- __construct() : mixed
- headers() : array<string, string>
Properties
$headers read-only
private
array<string|int, mixed>
$headers
Methods
__construct()
public
__construct(array<string, string> $headers) : mixed
Parameters
- $headers : array<string, string>
headers()
public
headers(bool $workerRequest) : array<string, string>
Parameters
- $workerRequest : bool