Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class AnonymousCredentials.
Provides an anonymous set of credentials, which is useful for APIs which do not require authentication.
Methods
fetchAuthToken
Fetches the auth token. In this case it returns a null value.
httpHandler
callable
array
getCacheKey
Returns the cache key. In this case it returns a null value, disabling caching.
string|null
getLastReceivedToken
Fetches the last received token. In this case, it returns the same null auth token.
array
updateMetadata
This method has no effect for AnonymousCredentials.
metadata
array
metadata hashmap
authUri
string
optional auth uri
httpHandler
callable
callback which delivers psr7 request
array
getQuotaProject
This method always returns null for AnonymousCredentials.
string|null