GetUserInfoAsync
Declaration
public Task<UserResult> GetUserInfoAsync(string userId, CancellationToken cancellationToken = default)
Parameters
| Name | Type | Summary |
|---|---|---|
| userId | string | The user ID to query. |
| cancellationToken | CancellationToken | Token to cancel the operation. |