Build the URL to send the user to so they can grant access to a Data Center instance.
state is yours to generate and to verify when the callback comes back — it is what stops CSRF on the redirect.
The clientId and redirectUri are the ones an administrator registered as an incoming application link; a
redirectUri that does not match the registration is rejected by the instance rather than by this function.
Build the URL to send the user to so they can grant access to a Data Center instance.
stateis yours to generate and to verify when the callback comes back — it is what stops CSRF on the redirect.The
clientIdandredirectUriare the ones an administrator registered as an incoming application link; aredirectUrithat does not match the registration is rejected by the instance rather than by this function.