Class CreateModel
Assembly: Volo.Abp.IdentityServer.Web.dll
Syntax
public class CreateModel : IdentityServerPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
CreateModel(IClientAppService, IIdentityResourceAppService, IApiResourceAppService, IIdentityServerClaimTypeAppService)
Declaration
public CreateModel(IClientAppService clientAppService, IIdentityResourceAppService identityResourceAppService, IApiResourceAppService apiResourceAppService, IIdentityServerClaimTypeAppService claimTypeAppService)
Parameters
Properties
AllApiResources
Declaration
public List<ApiResourceWithDetailsDto> AllApiResources { get; set; }
Property Value
AllClaims
Declaration
public string[] AllClaims { get; set; }
Property Value
AllIdentityResources
Declaration
public List<IdentityResourceWithDetailsDto> AllIdentityResources { get; set; }
Property Value
ApiResourceAppService
Declaration
protected IApiResourceAppService ApiResourceAppService { get; }
Property Value
ClaimTypeAppService
Declaration
protected IIdentityServerClaimTypeAppService ClaimTypeAppService { get; }
Property Value
Client
Declaration
[BindProperty]
public ClientCreateModalView Client { get; set; }
Property Value
ClientAppService
Declaration
protected IClientAppService ClientAppService { get; }
Property Value
IdentityResourceAppService
Declaration
protected IIdentityResourceAppService IdentityResourceAppService { get; }
Property Value
SampleSecret
Declaration
public CreateModel.ClientSecretModalView SampleSecret { get; set; }
Property Value
SecretTypes
Declaration
public List<SelectListItem> SecretTypes { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Implements
Extension Methods