Class: Bosh::Cli::Client::UaaCredentials

Inherits:
Object
  • Object
show all
Defined in:
lib/cli/client/credentials.rb

Instance Method Summary collapse

Constructor Details

#initialize(token) ⇒ UaaCredentials

Returns a new instance of UaaCredentials.



5
6
7
# File 'lib/cli/client/credentials.rb', line 5

def initialize(token)
  @token = token
end

Instance Method Details

#authorization_headerObject



9
10
11
# File 'lib/cli/client/credentials.rb', line 9

def authorization_header
  @token
end