aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/jwt.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/jwt.d.tl')
-rw-r--r--teal-src/util/jwt.d.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/teal-src/util/jwt.d.tl b/teal-src/util/jwt.d.tl
index e21a4b8a..ec501bfa 100644
--- a/teal-src/util/jwt.d.tl
+++ b/teal-src/util/jwt.d.tl
@@ -34,7 +34,7 @@ local record jwtlib
algorithm : algorithm_t
}
-- Deprecated
- sign : function (string : key, payload) : string
+ sign : function (private_key : string, payload) : string
verify : function (string) : payload
end
return jwtlib