Skip to content

Commit

Permalink
debugging more refresh token stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 17, 2024
1 parent 2e2c118 commit 71344bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-PMSSO-Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ public function generate_pmsso_access_token_from_refresh_token($refresh_token ='
if (isset($code_response['expires_in']) ){
$code_response['expires_timestamp'] = strtotime("+" . $code_response['expires_in'] . " seconds");
}
error_log("got access token from refresh token");
return $code_response;
} else {
error_log("failed to get access token from refresh token");
Expand Down

0 comments on commit 71344bb

Please sign in to comment.