MediaMath/t1-python

Support Password Auth OAuth2 Flow

Closed this issue · 2 comments

The MediaMath SDK is primarily used by clients to access their own data. As MediaMath adopts OAuth2 the SDK should support the easiest OAuth2 flow for the purpose of users collecting their own data.

Using the existing Oauth2 library, implement the OAuth2 Authorization Code flow:
https://requests-oauthlib.readthedocs.io/en/latest/oauth2_workflow.html

https://auth0.com/docs/api-auth/tutorials/authorization-code-grant

This should be resolved in #174

Resolved.