UNPKG

get-sso-creds

Version:

CLI tool to retrieve or set AWS SSO credentials.

3 lines (2 loc) 164 B
import { ICredentials } from "../lib/interfaces"; export declare function assumeRole(roleArn: string, sessionName: string, profile: string): Promise<ICredentials>;