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 would like to know how can i use oauth 2.0 for my application . I have the necessary details like client_id and password and url.
It will be really useful if you can answer what all details i have to mentioned in --headers file and the format.
The text was updated successfully, but these errors were encountered:
You can use the --authRefreshScript argument. You need to create a script that does a curl with the username and password, client_id, etc., parse the result and get the token and echo it. Something like (name it ./refresh.sh):
I would like to know how can i use oauth 2.0 for my application . I have the necessary details like client_id and password and url.
It will be really useful if you can answer what all details i have to mentioned in --headers file and the format.
The text was updated successfully, but these errors were encountered: