Commit ed739a7a authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Rafael Monnerat

Return also expiration time.

parent 97dc0a2e
......@@ -69,7 +69,8 @@ token = {\n
hmac = context.Base_getHMAC(key, str(token))\n
\n
context.Base_setBearerToken(hmac, token)\n
return hmac\n
\n
return hmac, token[\'expiration_timestamp\']\n
</string> </value>
</item>
<item>
......
6
\ No newline at end of file
7
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment