MCPcopy Index your code

hub / github.com/aws-azure-login/aws-azure-login / functions

Functions19 in github.com/aws-azure-login/aws-azure-login

↓ 1 callersFunctionconfigureProfileAsync
( profileName: string )
src/configureProfileAsync.ts:4
Function_askUserForRoleAndDurationAsync
* Ask the user for the role they want to use. * @param {Array.<{roleArn: string, principalArn: string}>} roles - The roles to pick from * @param
src/login.ts:929
Function_assumeRoleAsync
* Assume the role. * @param {string} profileName - The profile name * @param {string} assertion - The SAML assertion * @param {string} role -
src/login.ts:1009
Function_createLoginUrlAsync
* Create the Azure login SAML URL. * @param {string} appIdUri - The app ID URI * @param {string} tenantId - The Azure tenant ID * @param {str
src/login.ts:622
Function_loadAsync
(type: string)
src/awsConfig.ts:131
Function_loadProfileAsync
(profileName: string)
src/login.ts:590
Function_loadProfileFromEnv
()
src/login.ts:560
Function_parseRolesFromSamlResponse
* Parse AWS roles out of the SAML response * @param {string} assertion - The SAML assertion * @returns {Array.<{roleArn: string, principalArn: s
src/login.ts:888
Function_performLoginAsync
* Perform the login using Chrome. * @param {string} url - The login URL * @param {boolean} headless - True to hide the GUI, false to show it.
src/login.ts:676
Function_saveAsync
(type: string, data: SaveData)
src/awsConfig.ts:156
Methodconstructor
(message: string)
src/CLIError.ts:2
FunctiongetAllProfileNames
()
src/awsConfig.ts:119
FunctiongetProfileConfigAsync
( profileName: string )
src/awsConfig.ts:59
Functionhandler
( page: puppeteer.Page, _selected: puppeteer.ElementHandle, noPrompt: boolean, default
src/login.ts:48
FunctionisProfileAboutToExpireAsync
(profileName: string)
src/awsConfig.ts:78
FunctionloginAll
( mode: string, disableSandbox: boolean, noPrompt: boolean, enableChromeNetworkService: boolea
src/login.ts:517
FunctionloginAsync
( profileName: string, mode: string, disableSandbox: boolean, noPrompt: boolean, enableChr
src/login.ts:444
FunctionsetProfileConfigValuesAsync
( profileName: string, values: ProfileConfig )
src/awsConfig.ts:39
FunctionsetProfileCredentialsAsync
( profileName: string, values: ProfileCredentials )
src/awsConfig.ts:105