Skip to content

Commit a3552e5

Browse files
authored
remove retrieveUserUsingJWT client method (#58)
ENG-3720
1 parent 79b49e8 commit a3552e5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/fusionauth/fusionauth_client.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,18 +4005,6 @@ def retrieve_user_recent_logins(user_id, offset, limit)
40054005
.go
40064006
end
40074007

4008-
#
4009-
# 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.
4010-
#
4011-
# @param encoded_jwt [string] The encoded JWT (access token).
4012-
# @return [FusionAuth::ClientResponse] The ClientResponse object.
4013-
def retrieve_user_using_jwt(encoded_jwt)
4014-
startAnonymous.uri('/api/user')
4015-
.authorization('Bearer ' + encoded_jwt)
4016-
.get
4017-
.go
4018-
end
4019-
40204008
#
40214009
# Retrieves the FusionAuth version string.
40224010
#

0 commit comments

Comments
 (0)