Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"require": {
"php": ">=8.1",
"jumbojett/openid-connect-php": "^1.0.0",
"jumbojett/openid-connect-php": "^1.0.2",
"guzzlehttp/guzzle": "^7.5",
"web-token/jwt-library": "^3.4"
},
Expand Down
9 changes: 0 additions & 9 deletions src/OpenIDConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ class OpenIDConnectClient extends \Jumbojett\OpenIDConnectClient
{
protected ?JweDecryptInterface $jweDecrypter;
protected ?OpenIDConfiguration $openIDConfiguration;
/**
* @var int|null Response code from the server
*/
protected ?int $responseCode;

/**
* @var string|null Content type from the server
*/
private ?string $responseContentType;

public function __construct(
?string $providerUrl = null,
Expand Down
Loading