AuthenticationOptions is defined in the Telligent.Evolution.Extensibility.Security.Version3 namespace of Telligent.Evolution.Platform.dll
Definition
class AuthenticationOptions
{
int? AuthenticatedUserId { get; set; }
string CommunityReturnUrl { get; set; }
string ExternalUserId { get; set; }
HttpContextBase HttpContext { get; set; }
string LoginCallbackUrl { get; set; }
string ProviderIdentifier { get; set; }
string SessionState { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| AuthenticatedUserId | int? | |||
| CommunityReturnUrl | string | |||
| ExternalUserId | string | |||
| HttpContext | HttpContextBase | |||
| LoginCallbackUrl | string | |||
| ProviderIdentifier | string | |||
| SessionState | string |