Files
edx-platform/common/djangoapps/oauth_exchange/models.py
Greg Price e85eb91e06 Add an endpoint to exchange OAuth access tokens
This allows the holder of a third-party access token (e.g. from Google
or Facebook) to get a first-party access token for the edX account
linked to the given access token.
2015-03-09 14:12:18 -04:00

4 lines
82 B
Python

"""
A models.py is required to make this an app (until we move to Django 1.7)
"""