interface ProjectIdProviderInterface (View source)

Describes a Credentials object which supports fetching the project ID.

Methods

string|null
getProjectId(callable $httpHandler = null)

Get the project ID.

Details

string|null getProjectId(callable $httpHandler = null)

Get the project ID.

Parameters

callable $httpHandler Callback which delivers psr7 request

Return Value

string|null