Greetings!
I am implementing Oauth flow in my Zendesk support app, I am following this document's Implicit grant flow.
https://support.zendesk.com/hc/en-us/articles/4408845965210-Using-OAuth-authentication-with-your-application#topic_vmf_ndl_1l
I have doubt with redirect url. Which url I have to pass in this?
I created a Url and call the api but I didn't understand that How can I will get access token from that url and I recieved access_token and token_type in both the cases :
1. When user accept authorization flow
2 . When User deny authorization flow
Helps me to reach out from this
Thanks in advance


The redirect URL is where we'll send the granted access token for your application to use. Are you having trouble completing the authorization process to get a token?