Table of Contents

Method GetCurrentUserAsync

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

GetCurrentUserAsync()

Asynchronously gets the current user.

public Task<ICurrentUser> GetCurrentUserAsync()

Returns

Task<ICurrentUser>

A task that represents the asynchronous operation. The task result contains the current user.