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
# @option params [String] :connection_id The ID of the existing connection to reauthenticate
51
-
#
52
-
# @option params [Integer, nil] :minutes_to_expire The number of minutes until the session expires (defaults to 43,200, which is 30
53
-
# days)
54
-
#
55
-
# @option params [Array<Symbol, FinchAPI::Models::Connect::SessionReauthenticateParams::Product>, nil] :products The products to request access to (optional for reauthentication)
56
-
#
57
-
# @option params [String, nil] :redirect_uri The URI to redirect to after the Connect flow is completed
# @option params [Array<FinchAPI::Models::HRIS::Benefits::IndividualEnrollManyParams::Individual>] :individuals Array of the individual_id to enroll and a configuration object.
# @option params [Array<String>] :individual_ids Comma-delimited list of stable Finch uuids for each individual. If empty,
13
-
# defaults to all individuals
14
-
#
15
-
# @option params [Integer] :limit Number of documents to return (defaults to all)
16
-
#
17
-
# @option params [Integer] :offset Index to start from (defaults to 0)
18
-
#
19
-
# @option params [Array<Symbol, FinchAPI::Models::HRIS::DocumentListParams::Type>] :types Comma-delimited list of document types to filter on. If empty, defaults to all
0 commit comments