lib/uaa/scim.rb in cf-uaa-lib-1.3.3 vs lib/uaa/scim.rb in cf-uaa-lib-1.3.4

- old
+ new

@@ -92,10 +92,11 @@ # @param (see Misc.server) # @param [String] auth_header a string that can be used in an # authorization header. For OAuth2 with JWT tokens this would be something # like "bearer xxxx.xxxx.xxxx". The {TokenInfo} class provides # {TokenInfo#auth_header} for this purpose. - # @param style (see Util.hash_key) + # @param [Hash] options can be + # * +:symbolize_keys+, if true, returned hash keys are symbols. def initialize(target, auth_header, options = {}) @target, @auth_header = target, auth_header @key_style = options[:symbolize_keys] ? :downsym : :down end