Show / Hide Table of Contents

Class ApiResourceWithDetailsDto

Inheritance
object
ApiResourceWithDetailsDto
Namespace: Volo.Abp.IdentityServer.ApiResource.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ApiResourceWithDetailsDto : ExtensibleEntityDto<Guid>

Constructors

ApiResourceWithDetailsDto()

Declaration
public ApiResourceWithDetailsDto()

Properties

AllowedAccessTokenSigningAlgorithms

Declaration
public string AllowedAccessTokenSigningAlgorithms { get; set; }
Property Value
Type Description
string

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Properties

Declaration
public List<ApiResourcePropertyDto> Properties { get; set; }
Property Value
Type Description
List<ApiResourcePropertyDto>

Scopes

Declaration
public List<ApiResourceScopeDto> Scopes { get; set; }
Property Value
Type Description
List<ApiResourceScopeDto>

Secrets

Declaration
public List<ApiResourceSecretDto> Secrets { get; set; }
Property Value
Type Description
List<ApiResourceSecretDto>

ShowInDiscoveryDocument

Declaration
public bool ShowInDiscoveryDocument { get; set; }
Property Value
Type Description
bool

UserClaims

Declaration
public List<ApiResourceClaimDto> UserClaims { get; set; }
Property Value
Type Description
List<ApiResourceClaimDto>
In this article
Back to top Powered by Volosoft