@aws-amplify/auth
Version:
Auth category of aws-amplify
8 lines (7 loc) • 388 B
TypeScript
export declare const DEFAULT_SERVICE_CLIENT_API_CONFIG: {
service: string;
retryDecider: (response?: import("@aws-amplify/core/internals/aws-client-utils").HttpResponse, error?: unknown) => Promise<import("@aws-amplify/core/internals/aws-client-utils").RetryDeciderOutput>;
computeDelay: (attempt: number) => number;
readonly userAgentValue: string;
cache: string;
};