Method: Bosh::Cli::Client::Uaa::Client#prompts
- Defined in:
- lib/cli/client/uaa/client.rb
#prompts ⇒ Object
26 27 28 29 30 31 |
# File 'lib/cli/client/uaa/client.rb', line 26 def prompts @token_issuer.prompts rescue CF::UAA::SSLException => e raise e unless @ssl_ca_file.nil? err('Invalid SSL Cert. Use --ca-cert option when setting target to specify SSL certificate') end |