Class OpenIddictSupportedLogoutModel
Inheritance
OpenIddictSupportedLogoutModel
Inherited Members
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.OpenIddict.dll
Syntax
[ExposeServices(new Type[] { typeof(OpenIddictSupportedLogoutModel), typeof(LogoutModel) })]
public class OpenIddictSupportedLogoutModel : LogoutModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
OpenIddictSupportedLogoutModel(OpenIddictFrontChannelLogoutClientStore, IAbpApplicationManager, IOptions<OpenIddictServerOptions>)
Declaration
public OpenIddictSupportedLogoutModel(OpenIddictFrontChannelLogoutClientStore frontChannelLogoutClientStore, IAbpApplicationManager applicationManager, IOptions<OpenIddictServerOptions> openIddictServerOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenIddictFrontChannelLogoutClientStore | frontChannelLogoutClientStore | |
| IAbpApplicationManager | applicationManager | |
| IOptions<OpenIddictServerOptions> | openIddictServerOptions |
Properties
ApplicationManager
Declaration
protected IAbpApplicationManager ApplicationManager { get; }
Property Value
| Type | Description |
|---|---|
| IAbpApplicationManager |
FrontChannelLogoutClientStore
Declaration
protected OpenIddictFrontChannelLogoutClientStore FrontChannelLogoutClientStore { get; }
Property Value
| Type | Description |
|---|---|
| OpenIddictFrontChannelLogoutClientStore |
FrontChannelLogoutUris
Declaration
public List<string> FrontChannelLogoutUris { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
OpenIddictServerOptions
Declaration
protected IOptions<OpenIddictServerOptions> OpenIddictServerOptions { get; }
Property Value
| Type | Description |
|---|---|
| IOptions<OpenIddictServerOptions> |
Methods
GetIssuerAsync()
Declaration
protected virtual Task<string> GetIssuerAsync()
Returns
| Type | Description |
|---|---|
| Task<string> |
OnGetAsync()
Declaration
public override Task<IActionResult> OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |