sidebar-items.js 394 B

1
  1. window.SIDEBAR_ITEMS = {"enum":[["AuthError",""]],"fn":[["generate_key",""],["set_key",""],["set_key_fallible","This function should only be called from tests"],["user_cookie_decode","Function decrypts a UserID which was encrypted with `user_cookie_generate`"],["user_cookie_generate","Function encrypts a UserID with a nonce and returns it as a base64 string to be used as a cookie/token."]]};