50 51 52
# File 'lib/apill/tokens/json_web_token.rb', line 50 def to_jwt @jwt ||= JSON::JWT.new(data) end