Interface IUserProvider
Represents a provider for retrieving information about the current user.
public interface IUserProvider
Methods
- GetCurrentUser()
Gets the current user.
- GetCurrentUserAsync()
Asynchronously gets the current user.
Represents a provider for retrieving information about the current user.
public interface IUserProvider
Gets the current user.
Asynchronously gets the current user.