getUserId

Task<StringgetUserId(Session giniAPISession)

Returns the user id of the logged in user.

Return

A task which will resolve to a String containing the user id.

Parameters

giniAPISession

The session for the Gini API, which was returned when the user was logged in.