docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IExternalUserId

    Component to provide external user ID, provided by a third party provider

    Namespace: Unity.Services.Core.Configuration.Internal
    Assembly: Unity.Services.Core.Internal.dll
    Syntax
    [RequireImplementors]
    public interface IExternalUserId : IServiceComponent

    Properties

    UserId

    Get the external user id

    Declaration
    string UserId { get; }
    Property Value
    Type Description
    string

    Events

    UserIdChanged

    Event raised when the external id changed.

    Declaration
    event Action<string> UserIdChanged
    Event Type
    Type Description
    Action<string>
    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)