Skip to content

Commit

Permalink
rename method impersonateRequest to impersonate
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Mar 14, 2024
1 parent 0048822 commit 0b85729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/SSOService.php
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ protected function refreshTokenIfNeeded($credentials)
* @param credentials (access token of impersonator), username
* @return array|exception
*/
public function impersonateRequest($credentials = array(), $username)
public function impersonate($credentials = array(), $username)
{
$token = [];

Expand Down

0 comments on commit 0b85729

Please sign in to comment.