class Signet::OAuth2::Client

def apply(a_hash, opts = {})

Returns a clone of a_hash updated with the authentication token
def apply(a_hash, opts = {})
  a_copy = a_hash.clone
  apply!(a_copy, opts)
  a_copy
end