Copied!

Provides a set of credentials that will always return an empty access token.

This is useful for APIs which do not require authentication, for local service emulators, and for testing.

CloneableInstantiable
Methods
public fetchAuthToken(?callable $httpHandler = NULL)
 

Fetches the auth token. In this case it returns an empty string.

  • param callable|null $httpHandler
  • return array{access_token: string} A set of auth related metadata
public getCacheKey()
 

Returns the cache key. In this case it returns a null value, disabling caching.

  • return string|null
public getLastReceivedToken()
 

Fetches the last received token. In this case, it returns the same empty string auth token.

  • return array{access_token: string}
Properties
private $token = ['access_token' => '']
 
  • var array{access_token: string}
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration