Skip to content

Commit 8f9e841

Browse files
committed
better method name
1 parent 8e8e8bb commit 8f9e841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fusionauth/fusionauth_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@ def retrieve_two_factor_status(user_id, application_id, two_factor_trust_id)
33493349
#
33503350
# @param request [OpenStruct, Hash] The request object that contains all the information used to check the status.
33513351
# @return [FusionAuth::ClientResponse] The ClientResponse object.
3352-
def retrieve_two_factor_status_body(request)
3352+
def retrieve_two_factor_status_using(request)
33533353
start.uri('/api/two-factor/status')
33543354
.body_handler(FusionAuth::JSONBodyHandler.new(request))
33553355
.post

0 commit comments

Comments
 (0)