Interface IIdentityClient
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public interface IIdentityClient
Methods
GetUserDisplayNameAsync(string, CancellationToken)
Gets a user's display name.
Declaration
Task<CmsObject> GetUserDisplayNameAsync(string name, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The user's name. |
| CancellationToken | cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
| Type | Description |
|---|---|
| Task<CmsObject> | OK |
Exceptions
| Type | Condition |
|---|---|
| CmsApiException | A server side error occurred. |