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