Interface IEntitlementsProvider
An interface that exposes organization entitlements information.
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public interface IEntitlementsProvider
Methods
GetEntitlementsAsync(CancellationToken)
A Task that returns an IEntitlements once completed.
Declaration
Task<IEntitlements> GetEntitlementsAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The cancellation token. |
Returns
| Type | Description |
|---|---|
| Task<IEntitlements> | An IEntitlements. |