Interface IUserInfoProvider
An interface that exposes methods to fetch user information.
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public interface IUserInfoProvider
Methods
GetUserInfoAsync()
A task to fetch asynchronously user information.
Declaration
Task<IUserInfo> GetUserInfoAsync()
Returns
Type | Description |
---|---|
Task<IUserInfo> | An IUserInfo instance. |