Class EditModel.ApiResourceSecretModalView
Inheritance
EditModel.ApiResourceSecretModalView
Assembly: Volo.Abp.IdentityServer.Web.dll
Syntax
public class EditModel.ApiResourceSecretModalView
Constructors
ApiResourceSecretModalView()
Declaration
public ApiResourceSecretModalView()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Expiration
Declaration
public DateTime? Expiration { get; set; }
Property Value
Type
Declaration
[SelectItems("SecretTypes")]
public string Type { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Extension Methods