Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Ahmed Castro edited this page Sep 28, 2018 · 9 revisions

getAuthenticatedUser

getAuthenticatedUser(callback:(response:Dynamic, user:Dynamic)):Int

Get the authenticated user details.

SDK documentation: modioGetAuthenticatedUser

API documentation: Get Authenticated User

Function parameters

Name Type Description
callback (response:Dynamic, user:Dynamic) Function called once the process finished.

Callback parameters

Name Type Description
mods Dynamic User object returned.
response Dynamic Response object returned from the mod.io API.
Clone this wiki locally