module JWT::JWA::SigningAlgorithm::ClassMethods

Public Instance Methods

register_algorithm(algo) click to toggle source
# File lib/jwt/jwa/signing_algorithm.rb, line 7
def register_algorithm(algo)
  ::JWT::JWA.register_algorithm(algo)
end