@telstra/core
Version:
Telstra SDK Core
12 lines (11 loc) • 488 B
TypeScript
export declare abstract class Constants {
static readonly SHARED_CREDENTIALS: string;
static readonly API_URL: string;
static readonly USER_AGENT: string;
static readonly MAX_AUTH_RETRY_COUNT: number;
static readonly BUCKET_AUTH_STORE: string;
static readonly BUCKET_KEY_ACCESS_TOKEN: string;
static readonly BUCKET_KEY_CLIENT_CREDENTIALS: string;
static readonly BUCKET_KEY_AUTH_RETRY_COUNT: string;
static readonly BUCKET_KEY_TOKEN_EXPIRY: string;
}