docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnlinkExternalIdResponse

    Response for an unlink request.

    Inheritance
    object
    UnlinkExternalIdResponse
    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 UnlinkExternalIdResponse

    Constructors

    UnlinkExternalIdResponse(Player, string)

    Initializes a new instance of the UnlinkExternalIdResponse class.

    Declaration
    [Preserve]
    public UnlinkExternalIdResponse(Player user = null, string userId = null)
    Parameters
    Type Name Description
    Player user

    user (required).

    string userId

    The Id of the authenticated player. If a project is specified in the request, this field represents the Id of the project scoped player. (required).

    Properties

    User

    Gets or Sets User

    Declaration
    [Preserve]
    public Player User { get; set; }
    Property Value
    Type Description
    Player

    UserId

    The Id of the authenticated player. If a project is specified in the request, this field represents the Id of the project scoped player.

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

    The Id of the authenticated player. If a project is specified in the request, this field represents the Id of the project scoped player.

    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)