Is your feature request related to a problem? Please describe.
Right now the function getServiceAccessToken() does not have options to send different grant_type, scope and no client_code, which we need for Adobe Analytics API access.
Describe the solution you'd like
The function getServiceAccessToken at
|
async getServiceAccessToken() { |
should support to pass user specific scope, grant_type and no code.
Describe alternatives you've considered
May be an override function to getServiceAccessToken, where user can pass scope and grant_type and node client_code.
Additional context
Add any other context or screenshots about the feature request here.