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
The above code example will return an `AuthorizationCodeFlowTokenResponse` which contains the new access and refresh token.
57
57
58
+
### Optional parameters
59
+
Many API endpoints have optional parameters. Passing in optional parameters are done with a `Map`. If you don't want to pass any optional parameters then just pass in an empty `Map`.
0 commit comments