loginSso

On this page
Back to index

Summary

Sign in to the client with single-sign on (SSO).
code
Stringoptional
OAuth 2.0 Authorization Code.
samlResponse
Stringoptional
SAML response.
state
Stringoptional
OAuth 2.0 state value.
token
Stringoptional
User access token.

Usage

Groovy

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