Function getPrivate

  • Returns the current internal configuration

    Returns

    Returns 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;
    }>

Generated using TypeDoc