Class: LightJWT::JWA::JWS::NoneHandler
- Inherits:
-
BaseHandler
- Object
- BaseHandler
- LightJWT::JWA::JWS::NoneHandler
- Defined in:
- lib/light_jwt/jwa/jws.rb
Instance Attribute Summary
Attributes inherited from BaseHandler
Instance Method Summary collapse
Methods inherited from BaseHandler
Constructor Details
This class inherits a constructor from LightJWT::JWA::JWS::BaseHandler
Instance Method Details
#sign(_, _) ⇒ Object
169 170 171 |
# File 'lib/light_jwt/jwa/jws.rb', line 169 def sign(_, _) '' end |
#verify(_, _, signature) ⇒ Object
173 174 175 |
# File 'lib/light_jwt/jwa/jws.rb', line 173 def verify(_, _, signature) signature == '' end |