Show / Hide Table of Contents

Class IdentityServerSupportedLogoutModel

Inheritance
object
AccountPageModel
LogoutModel
IdentityServerSupportedLogoutModel
Inherited Members
LogoutModel.OnPostAsync()
LogoutModel.ReturnUrl
LogoutModel.ReturnUrlHash
AccountPageModel.CheckCurrentTenant(Guid?)
AccountPageModel.CheckIdentityErrors(IdentityResult)
AccountPageModel.GetLocalizeExceptionMessage(Exception)
AccountPageModel.StoreConfirmUser(IdentityUser)
AccountPageModel.StoreChangePasswordUser(IdentityUser)
AccountPageModel.CheckLocalLoginAsync()
AccountPageModel.IsValidReturnUrl(string)
AccountPageModel.AccountAppService
AccountPageModel.SignInManager
AccountPageModel.UserManager
AccountPageModel.IdentitySecurityLogManager
AccountPageModel.IdentityLinkUserAppService
AccountPageModel.IdentityOptions
AccountPageModel.ReCaptchaOptions
AccountPageModel.ExceptionToErrorInfoConverter
AccountPageModel.IdentityDynamicClaimsPrincipalContributorCache
Namespace: Volo.Abp.Account.Web.Pages.Account
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
Type Description
Task<IActionResult>
Overrides
LogoutModel.OnGetAsync()

SaveSecurityLogAsync(string)

Declaration
protected virtual Task SaveSecurityLogAsync(string clientId = null)
Parameters
Type Name Description
string clientId
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft