SDITools / adobeanalyticsr

R Client for Adobe Analytics API v2.0
Other
18 stars 9 forks source link

Auth should store client_id and client_secret #102

Closed charlie-gallagher closed 2 years ago

charlie-gallagher commented 2 years ago

Authenticating and authorizing should cause the client_id and client_secret to be stored in the session environment. This would allow the user to authenticate using aw_auth using custom client_id and client_secret arguments and have those persist for the sessions.

In particular, the order of preference might be:

aw_call_api and aw_call_data should have no default arguments, but check for variables automatically anyway