This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Ahmed Castro edited this page Sep 28, 2018
·
9 revisions
getAuthenticatedUser(callback:(response:Dynamic, user:Dynamic)):Int
SDK documentation: modioGetAuthenticatedUser
API documentation: Get Authenticated User
Get the authenticated user details.
Name | Type | Description |
---|---|---|
callback | (response:Dynamic, user:Dynamic) |
Function called once the process finished. |
Name | Type | Description |
---|---|---|
mods | Dynamic |
User object returned. |
response | Dynamic |
Response object returned from the mod.io API. |