You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for specifying `scope` when creating `Domo` SDK client.
`scope` is a list of scope names such as `["data", "user", "account"]`.
This allows limiting the scope of access tokens to a subset of the
scopes granted on the API client. Not specifying `scope` maintains the
default behavior of access tokens having the same scopes as the API
client.
0 commit comments