We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba58e5 commit 13bd9ebCopy full SHA for 13bd9eb
src/OpenIDConnectClient.php
@@ -21,6 +21,11 @@ class OpenIDConnectClient extends \Jumbojett\OpenIDConnectClient
21
protected ?JweDecryptInterface $jweDecrypter;
22
protected ?OpenIDConfiguration $openIDConfiguration;
23
24
+ /**
25
+ * @var string|null Content type from the server
26
+ */
27
+ private ?string $responseContentType;
28
+
29
public function __construct(
30
?string $providerUrl = null,
31
?string $clientId = null,
0 commit comments