login

On this page
Back to index

Summary

Login the client with the given credentials.
password
Stringoptional
Secret value used to identify the account for a particular user.
token
Stringoptional
User access token.
userName
Stringoptional
User name under which you wish to login.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.login( /* optional arguments */ )