There's an earlier version of OAuth, but it is not compatible with 2.0. To describe it simply, OAuth is where:
- An app requests access to a user account
- The host service for the user account verifies the app
- The app is granted an access token
- The token is restricted to access only the user-authorized data