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
I need to add some specific Params to my temporaryCredentials call, could you pls pass a Map<String, String> to the function besides the callback URL.
After allowing to pass additional Parameter the function call should look like this:
var test = await auth.requestTemporaryCredentials(redirectUrl, {'oauth_consumer_key': consumerKey});
The text was updated successfully, but these errors were encountered:
Can you give the use case? That doesn't look quite right.
The consumer key and the private secret are already passed to ClientCredentials, Authorization, and therefore to requestTemporaryCredentials.
I need to add some specific Params to my temporaryCredentials call, could you pls pass a Map<String, String> to the function besides the callback URL.
After allowing to pass additional Parameter the function call should look like this:
var test = await auth.requestTemporaryCredentials(redirectUrl, {'oauth_consumer_key': consumerKey});
The text was updated successfully, but these errors were encountered: