Class IdentityServerSupportedLogoutModel
Inheritance
System.Object
IdentityServerSupportedLogoutModel
Assembly: Volo.Abp.Account.Web.IdentityServer.dll
Syntax
public class IdentityServerSupportedLogoutModel : LogoutModel
Constructors
IdentityServerSupportedLogoutModel(IIdentityServerInteractionService)
Declaration
public IdentityServerSupportedLogoutModel(IIdentityServerInteractionService interaction)
Parameters
| Type |
Name |
Description |
| IIdentityServerInteractionService |
interaction |
|
Properties
Interaction
Declaration
protected IIdentityServerInteractionService Interaction { get; }
Property Value
| Type |
Description |
| IIdentityServerInteractionService |
|
Methods
OnGetAsync()
Declaration
public override Task<IActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Overrides
Extension Methods