Function configurePrivate

  • Sets up configuration for the

    Parameters

    • config: Partial<{
          aws_appsync_authenticationType: string;
          aws_appsync_graphqlEndpoint: string;
          aws_appsync_region: string;
          aws_user_pools_id: string;
          aws_user_pools_web_client_id: string;
          oauth: {
              domain: string;
              options?: object;
              redirectSignIn: string;
              redirectSignOut: string;
              responseType: string;
              scope: string[];
          };
          stage: "development" | "production";
          storage: Storage;
      }> = {}

    Returns void

Generated using TypeDoc