Show / Hide Table of Contents

Class ApiResourceSecretDto

Inheritance
object
ApiResourceSecretDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer.ApiResource.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ApiResourceSecretDto

Constructors

ApiResourceSecretDto()

Declaration
public ApiResourceSecretDto()

Properties

ApiResourceId

Declaration
public virtual Guid ApiResourceId { get; set; }
Property Value
Type Description
Guid

Description

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

Expiration

Declaration
public DateTime? Expiration { get; set; }
Property Value
Type Description
DateTime?

Type

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

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft