Show / Hide Table of Contents

Class OpenIddictLinkLoginModel

Inheritance
object
AccountPageModel
LinkLoginModel
OpenIddictLinkLoginModel
Inherited Members
LinkLoginModel.OnGetAsync()
LinkLoginModel.ReturnUrl
LinkLoginModel.ReturnUrlHash
LinkLoginModel.SourceLinkUserId
LinkLoginModel.SourceLinkTenantId
LinkLoginModel.SourceLinkToken
LinkLoginModel.TargetLinkUserId
LinkLoginModel.TargetLinkTenantId
LinkLoginModel.LinkLoginDomain
LinkLoginModel.CurrentPrincipalAccessor
LinkLoginModel.AccountOptions
LinkLoginModel.TenantStore
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
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.OpenIddict.dll
Syntax
public class OpenIddictLinkLoginModel : LinkLoginModel

Constructors

OpenIddictLinkLoginModel(ICurrentPrincipalAccessor, IOptions<AbpAccountOptions>, ITenantStore, IOptions<AbpAccountOpenIddictOptions>)

Declaration
public OpenIddictLinkLoginModel(ICurrentPrincipalAccessor currentPrincipalAccessor, IOptions<AbpAccountOptions> accountOptions, ITenantStore tenantStore, IOptions<AbpAccountOpenIddictOptions> options)
Parameters
Type Name Description
ICurrentPrincipalAccessor currentPrincipalAccessor
IOptions<AbpAccountOptions> accountOptions
ITenantStore tenantStore
IOptions<AbpAccountOpenIddictOptions> options

Fields

Options

Declaration
protected readonly AbpAccountOpenIddictOptions Options
Field Value
Type Description
AbpAccountOpenIddictOptions

Methods

OnPostAsync()

Declaration
public override Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
Overrides
LinkLoginModel.OnPostAsync()
In this article
Back to top Powered by Volosoft