This is equivalent to Parse.User.current_user() in other platforms. By providing a valid session token (from a session cookie or other means), the current user can be extracted from it.
This would also be useful for verifying a user session token. See Parse Documentation.
This is equivalent to Parse.User.current_user() in other platforms. By providing a valid session token (from a session cookie or other means), the current user can be extracted from it.
This would also be useful for verifying a user session token. See Parse Documentation.