OAuth Supporting Methods

OAuth allows you to share private resources stored on one site with another site without having to furnish your username and password. Our OAuth Accelerator helps you implement Oauth on your API more quickly. The methods mentioned below are supporting methods available to you if you have implemented our OAuth Accelerator. Typically, you might use the List Application and Revoke Access methods to create pages on your own site that allow you to show and revoke access to third party applications.

The Mashery OAuth Accelerator provides the following supporting methods:

  • List applications - Fetches a list of applications associated with a user token
  • Revoke Access - Revokes an access token that has been granted for a consumer key
  • Verify access - Verifies access to an application based on a signed request

Docs Navigation