Interface IAccessTokens
Helper class to get the different kind of tokens used by services at editor time.
Namespace: Unity.Services.Core.Editor
Assembly: Unity.Services.Core.Editor.dll
Syntax
public interface IAccessTokens
Methods
GetGenesisToken()
The access token used by Genesis.
Declaration
string GetGenesisToken()
Returns
Type | Description |
---|---|
string | Genesis Access Token. |
GetServicesGatewayTokenAsync()
Task that represents an asynchronous operation to get services gateway token.
Declaration
Task<string> GetServicesGatewayTokenAsync()
Returns
Type | Description |
---|---|
Task<string> | Task with a result that represents the services gateway token. |