class Google::Auth::IAMCredentials

def apply(a_hash)

Returns a clone of a_hash updated with the authoriation header
def apply(a_hash)
  a_copy = a_hash.clone
  apply!(a_copy)
  a_copy
end