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
You just have to make the http request to get the access token. Its not just restricted to fetch.
We have a plan to provide an integration for an auth library, which will make getAccessToken more simple.
I've following this guide https://developer.microsoft.com/en-us/graph/docs/concepts/auth_v2_service of how to get access without a user
how an
authProvider
would look like?should I use
fetch
api to get the access token?would it make sense to provide a
getAccessToken
function to make this simple?The text was updated successfully, but these errors were encountered: