File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"require" : {
33
33
"php" : " >=8.1" ,
34
- "jumbojett/openid-connect-php" : " ^1.0.0 " ,
34
+ "jumbojett/openid-connect-php" : " ^1.0.2 " ,
35
35
"guzzlehttp/guzzle" : " ^7.5" ,
36
36
"web-token/jwt-library" : " ^3.4"
37
37
},
Original file line number Diff line number Diff line change @@ -20,15 +20,6 @@ class OpenIDConnectClient extends \Jumbojett\OpenIDConnectClient
20
20
{
21
21
protected ?JweDecryptInterface $ jweDecrypter ;
22
22
protected ?OpenIDConfiguration $ openIDConfiguration ;
23
- /**
24
- * @var int|null Response code from the server
25
- */
26
- protected ?int $ responseCode ;
27
-
28
- /**
29
- * @var string|null Content type from the server
30
- */
31
- private ?string $ responseContentType ;
32
23
33
24
public function __construct (
34
25
?string $ providerUrl = null ,
You can’t perform that action at this time.
0 commit comments