Back to index
Summary
Revokes a user's token. The API is deprecated. Use RevokeUserAccessToken instead.This command is deprecated and will be removed in the future. |
tokenStringoptionalThe token. userNameStringoptionalUser name. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.revokeToken( /* optional arguments */ )