The Client.init options subset — just the bearer-token authProvider callback.
Client.init
authProvider
The Graph auth-provider callback; the SDK calls it per request and expects done(error, token).
done(error, token)
The
Client.initoptions subset — just the bearer-tokenauthProvidercallback.