- get(): 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 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 the current internal configuration
Returns