UserHelper GetCurrentUser Method CkSoftware GroupMe SDK - Documentation
Gets the UserInfo data for the currently authenticated user.

Namespace: CkSoftware.GroupMe.Sdk.Helpers.Users
Assembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public Task<UserInfo> GetCurrentUser()

Return Value

Type: Task UserInfo 
The UserInfo data for the currently authenticated user.
See Also