Authentication Auth2.0 - Implicit Auth


Implicit authentication is one of the OAuth 2.0 grant types designed for an implicit flow. 

The client application receives the access token directly from the authorization server as part of the redirection URI without an intermediate authorization code with client ID  only.



🔴Click on authorize button will obtain access token for provided services . All other fields(Authorization URL, Scopes, response type, additional fields) and API’s (Refresh Token,Test Me API, Connection label ) are the same as described above authorization code .