FitTrackee/docs/_sources/api/oauth2.rst.txt

15 lines
313 B
Plaintext
Raw Normal View History

2022-08-27 16:50:29 +02:00
OAuth2
######
.. autoflask:: fittrackee:create_app()
:endpoints:
oauth2.get_clients,
oauth2.create_client,
oauth2.get_client_by_client_id,
oauth2.get_client_by_id,
oauth2.delete_client,
oauth2.revoke_client_tokens,
oauth2.authorize,
oauth2.issue_token,
oauth2.revoke_token