Member Junction
    Preparing search index...

    The Client.init options subset — just the bearer-token authProvider callback.

    interface GraphCalendarInitOptions {
        authProvider(done: (error: Error, accessToken: string) => void): void;
    }
    Index

    Methods

    Methods

    • The Graph auth-provider callback; the SDK calls it per request and expects done(error, token).

      Parameters

      • done: (error: Error, accessToken: string) => void

      Returns void