init call => get authorizationUrl => load url => will redirect to redirecting route where we will extract code from query params and make a token call to backend , will get token and directs url to /accounts page where token will be stored in localStorage and user can now click apis and start getting json using bearer token
init call => get authorizationUrl => load url => will redirect to redirecting route where we will extract code from query params and make a token call to backend , will get token and directs url to /accounts page where token will be stored in localStorage and user can now click apis and start getting json using bearer token