docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CodeLinkInfoResponse

    Information on the requested code

    Inheritance
    object
    CodeLinkInfoResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.PlayerAuthentication
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class CodeLinkInfoResponse

    Constructors

    CodeLinkInfoResponse(string, string)

    Initializes a new instance of the CodeLinkInfoResponse class.

    Declaration
    [Preserve]
    public CodeLinkInfoResponse(string identifier = null, string expiration = null)
    Parameters
    Type Name Description
    string identifier

    Human-readable string to identify the requester device..

    string expiration

    The timestamp for when the code is no longer valid in unix time since epoch. (required).

    Properties

    Expiration

    The timestamp for when the code is no longer valid in unix time since epoch.

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

    The timestamp for when the code is no longer valid in unix time since epoch.

    Identifier

    Human-readable string to identify the requester device.

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

    Human-readable string to identify the requester device.

    In This Article
    Back to top
    Copyright © 2024 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)