module JWT::JWA::None
Constants
- SUPPORTED
Public Instance Methods
sign(*)
click to toggle source
# File lib/jwt/jwa/none.rb, line 10 def sign(*) '' end
verify(*)
click to toggle source
# File lib/jwt/jwa/none.rb, line 14 def verify(*) true end