Class TokenLifetimeModal
Inherited Members
Namespace: Volo.Abp.OpenIddict.Pro.Web.Pages.OpenIddict.Applications
Assembly: Volo.Abp.OpenIddict.Pro.Web.dll
Syntax
public class TokenLifetimeModal : OpenIddictProPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
TokenLifetimeModal(IApplicationAppService)
Declaration
public TokenLifetimeModal(IApplicationAppService applicationAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplicationAppService | applicationAppService |
Properties
ApplicationAppService
Declaration
protected IApplicationAppService ApplicationAppService { get; }
Property Value
| Type | Description |
|---|---|
| IApplicationAppService |
ApplicationId
Declaration
[BindProperty]
public Guid ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
TokenLifetime
Declaration
[BindProperty]
public ApplicationTokenLifetimeModalView TokenLifetime { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationTokenLifetimeModalView |
Methods
OnGetAsync(Guid)
Declaration
public Task<IActionResult> OnGetAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |