docs.unity.cn
    Show / Hide Table of Contents

    Class AccessTokens

    Inheritance
    Object
    AccessTokens
    Namespace: Unity.Services.Core.Editor
    Syntax
    public class AccessTokens : object

    Constructors

    AccessTokens()

    Declaration
    public AccessTokens()

    Methods

    GetGenesisToken()

    The access token used by Genesis

    Declaration
    public static string GetGenesisToken()
    Returns
    Type Description
    String

    Genesis Access Token

    GetServicesGatewayTokenAsync()

    Task that represents an asynchronous operation to get services gateway token.

    Declaration
    public async Task<string> GetServicesGatewayTokenAsync()
    Returns
    Type Description
    Task<String>

    Task with a result that represents the services gateway token

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use