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?