class JWT::Decode

def given_algorithms

def given_algorithms
  alg_key = ALGORITHM_KEYS.find { |key| @options[key] }
  Array(@options[alg_key])
end