Method: Fog::OpenStack::Auth::User#identity
- Defined in:
- lib/fog/openstack/auth/name.rb
#identity ⇒ Object
56 57 58 59 60 61 |
# File 'lib/fog/openstack/auth/name.rb', line 56 def identity data = super raise CredentialsError, "#{self.class}: No password available" if password.nil? data.merge!(to_h(:password)) {:user => data} end |