Build the URL to send the user to so they can grant access.
state is yours to generate and to verify when the callback comes back — it is what stops CSRF on the redirect.
state
Build the URL to send the user to so they can grant access.
stateis yours to generate and to verify when the callback comes back — it is what stops CSRF on the redirect.