Skip to content

Commit a771603

Browse files
authored
remove retrieveUserUsingJWT client method (#72)
ENG-3720
1 parent ca6e8a8 commit a771603

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/FusionAuth/FusionAuthClient.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5159,22 +5159,6 @@ public function retrieveUserRecentLogins($userId, $offset, $limit)
51595159
->go();
51605160
}
51615161

5162-
/**
5163-
* Retrieves the user for the given Id. This method does not use an API key, instead it uses a JSON Web Token (JWT) for authentication.
5164-
*
5165-
* @param string $encodedJWT The encoded JWT (access token).
5166-
*
5167-
* @return ClientResponse The ClientResponse.
5168-
* @throws \Exception
5169-
*/
5170-
public function retrieveUserUsingJWT($encodedJWT)
5171-
{
5172-
return $this->startAnonymous()->uri("/api/user")
5173-
->authorization("Bearer " . $encodedJWT)
5174-
->get()
5175-
->go();
5176-
}
5177-
51785162
/**
51795163
* Retrieves the FusionAuth version string.
51805164
*

0 commit comments

Comments
 (0)