docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ExternalId

    Represents a Player provided by an External Provider.

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

    Constructors

    ExternalId(string, string)

    Initializes a new instance of the ExternalId class.

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

    The Id of the player from the external provider. (required).

    string providerId

    The provider Id within the Id domain that provided the link. (required).

    Properties

    ProviderId

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

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

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

    _ExternalId

    The Id of the player from the external provider.

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

    The Id of the player from the external provider.

    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)