Interface IEnvironmentId
Component providing the Environment Id
Namespace: Unity.Services.Authentication.Internal
Assembly: Unity.Services.Core.Internal.dll
Syntax
[RequireImplementors]
public interface IEnvironmentId : IServiceComponent
Properties
EnvironmentId
Returns the Environment ID when a sign in succeeds, otherwise null.
Declaration
string EnvironmentId { get; }
Property Value
Type | Description |
---|---|
string |