FitTrackee/docs/en/_sources/api/oauth2.rst.txt
2023-06-18 15:23:33 +02:00

15 lines
313 B
ReStructuredText

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