Interface IProxyApi
Represents a collection of functions to interact with the API endpoints
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 |