IAuthenticationPlugin
is defined in the Telligent.Evolution.Extensibility.Security.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IAuthenticationPlugin : IPlugin, ISingletonPlugin { int? GetAuthenticatedUserId(AuthenticationOptions options); }
Methods
int? GetAuthenticatedUserId(AuthenticationOptions options);
Returns the community based user Id that should be logged into the system.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | AuthenticationOptions | Options | Required |
Return Type
int?