You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated version for fusionauth-ruby-client to 1.55.0
* Updated version for fusionauth-ruby-client to 1.56.0
* Merge wied03/ENG-1/tenant-mode-internal-user-removal (#20)
* client builder regen
* api version removal
* merge develop into issue1
* updates from app (#22)
* generate for identity verification external id configuration
* ENG-2608 - New APIs/method overloads (#35)
* Updates
* Let's test on all PRs
* Add loginId tests
* Cleanup properly (and can't test without dev image)
* fix this
* add report method
* revert overloads
* test fixes
* client correct/optional
* now that this overload does not have opt params, remove defaults
* client builder sb build
* add /api/user/verify and request to clients (#37)
* sb build follow up
---------
Co-authored-by: Daniel DeGroff <daniel@fusionauth.io>
Co-authored-by: Brent Halsey <brent.halsey@fusionauth.io>
Co-authored-by: Spencer Witt <spencer@fusionauth.io>
Co-authored-by: Spencer Witt <spencer.witt@gmail.com>
Co-authored-by: Spencer Witt <3409780+spwitt@users.noreply.github.com>
# Retrieves the login report between the two instants for a particular user by login Id, using specific loginIdTypes. If you specify an application id, it will only return the
3617
+
# login counts for that application.
3618
+
#
3619
+
# @param application_id [string] (Optional) The application id.
3620
+
# @param login_id [string] The userId id.
3621
+
# @param start [OpenStruct, Hash] The start instant as UTC milliseconds since Epoch.
3622
+
# @param _end [OpenStruct, Hash] The end instant as UTC milliseconds since Epoch.
3623
+
# @param login_id_types [Array] the identity types that FusionAuth will compare the loginId to.
3624
+
# @return [FusionAuth::ClientResponse] The ClientResponse object.
0 commit comments