IInternalAuthenticationPlugin
is defined in the Telligent.Evolution.Extensibility.Security.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IInternalAuthenticationPlugin : IAuthenticationPlugin, IPlugin, ISingletonPlugin { bool AllowUserAutoCreation { get; } int ProfileRefreshInterval { get; } void UpdateUserProfile(User user); }