module JWT::JWA::SigningAlgorithm::ClassMethods

Class methods for the SigningAlgorithm module

Public Instance Methods

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