docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerAuthListProjectUserResponseExternalId

    Represents a Player provided by an External Provider

    Inheritance
    object
    PlayerAuthListProjectUserResponseExternalId
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.PlayerAuthentication
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "player-auth.ListProjectUserResponseExternalId")]
    [Preserve]
    public class PlayerAuthListProjectUserResponseExternalId

    Constructors

    PlayerAuthListProjectUserResponseExternalId(string)

    Initializes a new instance of the PlayerAuthListProjectUserResponseExternalId class.

    Declaration
    [Preserve]
    public PlayerAuthListProjectUserResponseExternalId(string providerId = null)
    Parameters
    Type Name Description
    string providerId

    The provider Id within the Id domain that provided the link..

    Properties

    ProviderId

    The provider Id within the Id domain that provided the link.

    Declaration
    [DataMember(Name = "providerId", EmitDefaultValue = false)]
    [Preserve]
    public string ProviderId { get; set; }
    Property Value
    Type Description
    string

    The provider Id within the Id domain that provided the link.

    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)