OAuth Logics

Overview

OAuth Logics handles the OAuth 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 OAuth 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. OAuth Logout - A back-channel mechanism for notifying subscribed relying parties that an end-user has been logged out of the OpenID connect provider.