docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)