Class ApiResourceWithDetailsDto
Inheritance
ApiResourceWithDetailsDto
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ApiResourceWithDetailsDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto
Constructors
ApiResourceWithDetailsDto()
Declaration
public ApiResourceWithDetailsDto()
Properties
AllowedAccessTokenSigningAlgorithms
Declaration
public string AllowedAccessTokenSigningAlgorithms { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Properties
Declaration
public List<ApiResourcePropertyDto> Properties { get; set; }
Property Value
Scopes
Declaration
public List<ApiResourceScopeDto> Scopes { get; set; }
Property Value
Secrets
Declaration
public List<ApiResourceSecretDto> Secrets { get; set; }
Property Value
ShowInDiscoveryDocument
Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
UserClaims
Declaration
public List<ApiResourceClaimDto> UserClaims { get; set; }
Property Value
Implements
Extension Methods