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 opts [FixNum, String] :expires_in (nil) the number of seconds in which the AccessToken will expire
133
133
# @option opts [FixNum, String] :expires_at (nil) the epoch time in seconds in which AccessToken will expire
134
134
# @option opts [FixNum, String] :expires_latency (nil) the number of seconds by which AccessToken validity will be reduced to offset latency, @version 2.0+
135
-
# @option opts [Symbol] :mode (:header) the transmission mode of the Access Token parameter value
136
-
# one of :header, :body or :query
135
+
# @option opts [Symbol or callable] :mode (:header) the transmission mode of the Access Token parameter value:
136
+
# either one of :header, :body or :query, or a callable that accepts a request-verb parameter
137
+
# and returns one of these three symbols.
137
138
# @option opts [String] :header_format ('Bearer %s') the string format to use for the Authorization header
138
139
# @option opts [String] :param_name ('access_token') the parameter name to use for transmission of the
139
140
# Access Token value in :body or :query transmission mode
0 commit comments