Storage secret

This commit is contained in:
Aslan 2026-01-13 07:39:25 -05:00
parent d55392fda0
commit 3bba99fcf2

View file

@ -12,7 +12,7 @@ Returns a session with id = {id}
"userId": "string", "userId": "string",
"name": "string", "name": "string",
"userAgent": "string", "userAgent": "string",
"storageKey": "string", "storageSecret": "string",
"creationDate": "number" "creationDate": "number"
} }
``` ```