mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
retrieve and store user's ekey when calling user/get_session_token
This commit is contained in:
@@ -109,7 +109,8 @@ int mfconn_api_user_get_session_token(mfconn * conn,
|
||||
const char *app_key,
|
||||
uint32_t * secret_key,
|
||||
char **secret_time,
|
||||
char **session_token);
|
||||
char **session_token,
|
||||
char **ekey);
|
||||
|
||||
int mfconn_api_folder_delete(mfconn * conn, const char *folderkey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user