class TerraformEnterprise::CommandLine::Commands::OAuthTokensCommand

Public Instance Methods

list() click to toggle source
# File lib/terraform_enterprise/command_line/commands/oauth_tokens.rb, line 11
def list
  render client.oauth_tokens.list(options)
end