Interface IExternalUserId
Component to provide external user ID, provided by a third party provider
Namespace: Unity.Services.Core.Configuration.Internal
Syntax
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> |