Auth0

Overview

Auth0 Logics handles the Auth0 tokens

  1. Authorize - The tokens are the thing that applications use to makeĀ API requests on behalf of a user

  2. Refresh Token - A string that the Auth0 client can use to get a new access token without the user’s interaction

  3. Revoke Token - Defines a mechanism for clients to indicate to the authorization server that an access token is no longer needed

  4. Auth0 Logout - A back-channel mechanism for notifying subscribed relying parties that an end-user has been logged out of the connection provider.