Module: CFoundry::LoginHelpers

Included in:
V2::Client
Defined in:
lib/cfoundry/concerns/login_helpers.rb

Instance Method Summary collapse

Instance Method Details

#login(username, password) ⇒ Object



9
10
11
# File 'lib/cfoundry/concerns/login_helpers.rb', line 9

def (username, password)
  @base.token = AuthToken.from_uaa_token_info(@base.uaa.authorize(username, password))
end

#login_promptsObject



5
6
7
# File 'lib/cfoundry/concerns/login_helpers.rb', line 5

def 
  @base.uaa.prompts
end