docs.unity3d.com
    Show / Hide Table of Contents

    Class TokenResponse

    Inheritance
    Object
    TokenResponse
    Namespace: Unity.Services.Matchmaker.PayloadProxy
    Syntax
    [Preserve]
    public class TokenResponse

    Constructors

    TokenResponse()

    Creates a default instance of TokenResponse.

    Declaration
    [Preserve]
    public TokenResponse()

    TokenResponse(String, String)

    Creates an instance of TokenResponse.

    Declaration
    [Preserve]
    public TokenResponse(string token, string error)
    Parameters
    Type Name Description
    String token

    JWT Token string associated to payload requests

    String error

    Internal multiplay error occurred retrieving the JWT

    Properties

    Error

    Internal multiplay error occurred retrieving the JWT

    Declaration
    [Preserve]
    public string Error { get; set; }
    Property Value
    Type Description
    String

    Token

    JWT Token string associated to payload requests

    Declaration
    [Preserve]
    public string Token { get; set; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    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