LoginOptions is defined in the Telligent.Evolution.Extensibility.Security.Version3 namespace of Telligent.Evolution.Platform.dll
Definition
class LoginOptions
{
string CommunityReturnUrl { get; set; }
string ExternalLoginUrl { get; set; }
HttpRequestBase HttpRequest { get; set; }
string LoginCallbackUrl { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| CommunityReturnUrl | string | |||
| ExternalLoginUrl | string | |||
| HttpRequest | HttpRequestBase | |||
| LoginCallbackUrl | string |