module JWT::JWA::SigningAlgorithm::ClassMethods
Class methods for the SigningAlgorithm
module
Public Instance Methods
Source
# File lib/jwt/jwa/signing_algorithm.rb, line 10 def register_algorithm(algo) ::JWT::JWA.register_algorithm(algo) end
Class methods for the SigningAlgorithm
module
# File lib/jwt/jwa/signing_algorithm.rb, line 10 def register_algorithm(algo) ::JWT::JWA.register_algorithm(algo) end