docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IProxyApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    Namespace: Unity.Services.Apis.Proxy
    Assembly: Unity.Services.Apis.dll
    Syntax
    public interface IProxyApi : IApiAccessor

    Methods

    GetToken(CancellationToken)

    Get Token (V4)

    Declaration
    ApiOperation<TokenResponse> GetToken(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    Cancellation Token to cancel the request.

    Returns
    Type Description
    ApiOperation<TokenResponse>

    The operation

    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)