Show / Hide Table of Contents

Class CreateApiResourceDto

Inheritance
object
CreateApiResourceDto
Namespace: Volo.Abp.IdentityServer.ApiResource.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class CreateApiResourceDto : ExtensibleObject

Constructors

CreateApiResourceDto()

Declaration
public CreateApiResourceDto()

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

Name

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

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