Class ChallengeAccountController
Inheritance
System.Object
ChallengeAccountController
Implements
IAvoidDuplicateCrossCuttingConcerns
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public abstract class ChallengeAccountController : AbpController, IAvoidDuplicateCrossCuttingConcerns
Constructors
ChallengeAccountController(String[])
Declaration
protected ChallengeAccountController(string[] challengeAuthenticationSchemas = null)
Parameters
Type |
Name |
Description |
System.String[] |
challengeAuthenticationSchemas |
|
Properties
AuthenticationType
Declaration
protected string AuthenticationType { get; }
Property Value
Type |
Description |
System.String |
|
ChallengeAuthenticationSchemas
Declaration
protected string[] ChallengeAuthenticationSchemas { get; }
Property Value
Type |
Description |
System.String[] |
|
Methods
FrontChannelLogout(String)
Declaration
public Task<IActionResult> FrontChannelLogout(string sid)
Parameters
Type |
Name |
Description |
System.String |
sid |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IActionResult> |
|
GetAppHomeUrl()
Declaration
protected virtual string GetAppHomeUrl()
Returns
Type |
Description |
System.String |
|
Login(String, String)
Declaration
public ActionResult Login(string returnUrl = "", string returnUrlHash = "")
Parameters
Type |
Name |
Description |
System.String |
returnUrl |
|
System.String |
returnUrlHash |
|
Returns
Type |
Description |
ActionResult |
|
Logout(String, String)
Declaration
public Task<ActionResult> Logout(string returnUrl = "", string returnUrlHash = "")
Parameters
Type |
Name |
Description |
System.String |
returnUrl |
|
System.String |
returnUrlHash |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<ActionResult> |
|
RedirectSafely(String, String)
Declaration
protected RedirectResult RedirectSafely(string returnUrl, string returnUrlHash = null)
Parameters
Type |
Name |
Description |
System.String |
returnUrl |
|
System.String |
returnUrlHash |
|
Returns
Type |
Description |
RedirectResult |
|
Implements
IAvoidDuplicateCrossCuttingConcerns
Extension Methods