Durable Workflow PHP SDK

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

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
Return values
array<string, string>
On this page

Search results