UNPKG

cdk-multi-profile-plugin

Version:

Adds multi profile/account, mfa and aws sso support to cdk apps

8 lines (7 loc) 191 B
export declare class SSOLoginCache { private files; constructor(ssoCachePath: string); getCachedLogin(ssoProfile: Record<string, string>): { accessToken: string; }; }