Manage Access Token To access the target services using access tokens, the OAuth server can do the following: • Authorize a request to obtain an access token • Generate an access token • Refresh an access token • Validate an access token • Retrieve information for a valid access token • Retrieve list of issued access tokens for a owner • Revoke an access token OAuth Server Endpoint You can secure the applications such as mobile applications, web applications or any type of applications using the OAuth flows supported by the OAuth server. To access the endpoints of OAuth server, the following information is required: • Client ID • Client Secret • Authorization grant type defined as an OAuth flow • Additional Information such as user, password, redirect URL, authorization code, and so on required for an OAuth flow See OAuth Server Endpoints Token Management APIs The OAuth server provides the APIs to manage the access tokens. Refer to the following APIs section for details: • Authorization API • Token Request API • Token Validation API