docs.unity3d.com
    Show / Hide Table of Contents

    Interface IOrganizationProvider

    An interface that provdes the methods to fetch user's IOrganization.

    Namespace: Unity.Cloud.Assets
    Syntax
    public interface IOrganizationProvider

    Methods

    GetOrganizationsAsync(CancellationToken)

    Implement this method to get the collection of IOrganization the current user belongs to.

    Declaration
    Task<IOrganization[]> GetOrganizationsAsync(CancellationToken token)
    Parameters
    Type Name Description
    CancellationToken token

    The cancellation token

    Returns
    Type Description
    Task<IOrganization[]>

    A task whose result is an array of IOrganization.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023