StringResult

1 minute readReference
On this page

revokeToken

[DEPRECATED] This API is deprecated. Revokes a user’s token. The API is deprecated. Use RevokeUserAccessToken instead.

Arguments

Argument Name Type Description

token

String

The token.

userName

String

User name.

Usage

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