UNPKG

cdk-multi-profile-plugin

Version:

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

7 lines (6 loc) 187 B
export declare class MfaTokenCache { private readonly cache; constructor(); has(mfaSerial: string, token: string): boolean; set(mfaSerial: string, token: string): void; }