The Client.init options subset we pass — just the bearer-token authProvider callback.
Client.init
authProvider
The Graph auth-provider callback. The SDK invokes it for each request and expects the bearer access token (string) via the supplied done(error, token) continuation.
done(error, token)
The
Client.initoptions subset we pass — just the bearer-tokenauthProvidercallback.