Class IdentityServerSupportedLogoutModel
Inheritance
IdentityServerSupportedLogoutModel
Assembly: Volo.Abp.Account.Pro.Public.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
Overrides
SaveSecurityLogAsync(string)
Declaration
protected virtual Task SaveSecurityLogAsync(string clientId = null)
Parameters
Type |
Name |
Description |
string |
clientId |
|
Returns