Retrieve a token from a URL.
CloneableInstantiable
| Methods |
public __construct(string $url, ?string $format = NULL, ?string $subjectTokenFieldName = NULL, ?array $headers = NULL)
|
| public fetchSubjectToken(?callable $httpHandler = NULL) : string |
| public getCacheKey() : ?string Get the cache key for the credentials. The format for the cache key is: URL
|
| Properties |
| private ?string $format |
private ?array $headers
|
| private ?string $subjectTokenFieldName |
| private string $url |