We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc11a53 + e370b44 commit 9aced82Copy full SHA for 9aced82
1 file changed
src/OAuth/OAuth2/Service/Salesforce.php
@@ -68,8 +68,7 @@ protected function parseAccessTokenResponse($responseBody)
68
69
$token = new StdOAuth2Token();
70
$token->setAccessToken($data['access_token']);
71
- // Salesforce tokens evidently never expire...
72
- $token->setEndOfLife(StdOAuth2Token::EOL_NEVER_EXPIRES);
+ $token->setEndOfLife(StdOAuth2Token::EOL_UNKNOWN);
73
unset($data['access_token']);
74
75
if (isset($data['refresh_token'])) {
0 commit comments