docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TokenInfo

    TokenInfo holds all the authentication token required to authenticate the API call.

    Inheritance
    object
    GeneralResponse
    TokenInfo
    Inherited Members
    GeneralResponse.message
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Purchasing
    Assembly: UnityEditor.Purchasing.dll
    Syntax
    [Serializable]
    public class TokenInfo : GeneralResponse

    Fields

    access_token

    The OAuth2.0 access token.

    Declaration
    public string access_token
    Field Value
    Type Description
    string

    refresh_token

    The OAuth2.0 refresh token.

    Declaration
    public string refresh_token
    Field Value
    Type Description
    string
    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)