@karmaniverous/jeeves
    Preparing search index...

    Function createGoogleAuth

    • Create a Google auth helper with the given configuration. Returns a function that resolves an access token for a given account and scopes.

      Parameters

      Returns {
          getAccessToken: (
              account: AccountConfig,
              scopes: string[],
          ) => Promise<string>;
      }

      • getAccessToken: (account: AccountConfig, scopes: string[]) => Promise<string>

        Get an access token for the given account and scopes.