Current section

Files

Jump to
jwerl lib Jwerl.ex
Raw

lib/Jwerl.ex

# File: Jwerl.ex
# This file was generated from jwerl.beam
# Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Jwerl do
def unquote(:"sign")(arg1) do
:erlang.apply(:"jwerl", :"sign", [arg1])
end
def unquote(:"sign")(arg1, arg2) do
:erlang.apply(:"jwerl", :"sign", [arg1, arg2])
end
def unquote(:"verify")(arg1) do
:erlang.apply(:"jwerl", :"verify", [arg1])
end
def unquote(:"verify")(arg1, arg2) do
:erlang.apply(:"jwerl", :"verify", [arg1, arg2])
end
def unquote(:"payload")(arg1) do
:erlang.apply(:"jwerl", :"payload", [arg1])
end
def unquote(:"header")(arg1) do
:erlang.apply(:"jwerl", :"header", [arg1])
end
end