Implicit authentication flow
Implicit grants are simplified authorization code flows. This flow is made for clients implemented via a browser. No authorization code is issued, but rather the access token is issued directly to the client.
Implicit grants are simplified authorization code flows. This flow is made for clients implemented via a browser. No authorization code is issued, but rather the access token is issued directly to the client.