Variable defaultConfigConst
defaultConfig: {
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;
redirectSignIn: string;
redirectSignOut: string;
responseType: string;
scope: string[];
};
} = ...
Type declaration
-
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;
redirectSignIn: string;
redirectSignOut: string;
responseType: string;
scope: string[];
}
-
domain: string
-
redirectSignIn: string
-
redirectSignOut: string
-
responseType: string
-
scope: string[]