Module: JWT::JWA::SigningAlgorithm::ClassMethods

Defined in:
lib/jwt/jwa/signing_algorithm.rb

Instance Method Summary collapse

Instance Method Details

#register_algorithm(algo) ⇒ Object



7
8
9
# File 'lib/jwt/jwa/signing_algorithm.rb', line 7

def register_algorithm(algo)
  ::JWT::JWA.register_algorithm(algo)
end