docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerAuthExternalId

    Represents a Player provided by an External Provider

    Inheritance
    object
    PlayerAuthExternalId
    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.ExternalId")]
    [Preserve]
    public class PlayerAuthExternalId

    Constructors

    PlayerAuthExternalId(string, string)

    Initializes a new instance of the PlayerAuthExternalId class.

    Declaration
    [Preserve]
    public PlayerAuthExternalId(string externalId = null, string providerId = null)
    Parameters
    Type Name Description
    string externalId

    The Id of the player from the external provider..

    string providerId

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

    Properties

    ExternalId

    The Id of the player from the external provider.

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

    The Id of the player from the external provider.

    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 © 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)