Class IdentityServerDelegatedImpersonateModel
Inheritance
IdentityServerDelegatedImpersonateModel
Inherited Members
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
[ExposeServices(new Type[] { typeof(DelegatedImpersonateModel) })]
public class IdentityServerDelegatedImpersonateModel : DelegatedImpersonateModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IdentityServerDelegatedImpersonateModel(ICurrentPrincipalAccessor, IdentityUserDelegationManager, IOptions<AbpAccountIdentityServerOptions>)
Declaration
public IdentityServerDelegatedImpersonateModel(ICurrentPrincipalAccessor currentPrincipalAccessor, IdentityUserDelegationManager identityUserDelegationManager, IOptions<AbpAccountIdentityServerOptions> options)
Parameters
Type | Name | Description |
---|---|---|
ICurrentPrincipalAccessor | currentPrincipalAccessor | |
IdentityUserDelegationManager | identityUserDelegationManager | |
IOptions<AbpAccountIdentityServerOptions> | options |
Fields
Options
Declaration
protected readonly AbpAccountIdentityServerOptions Options
Field Value
Type | Description |
---|---|
AbpAccountIdentityServerOptions |
Methods
OnGetAsync()
Declaration
public override Task<IActionResult> OnGetAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |