Show / Hide Table of Contents

Class GrantsModel.GrantViewModel

Inheritance
object
GrantsModel.GrantViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class GrantsModel.GrantViewModel

Constructors

GrantViewModel()

Declaration
public GrantViewModel()

Properties

ApiGrantNames

Declaration
public IEnumerable<string> ApiGrantNames { get; set; }
Property Value
Type Description
IEnumerable<string>

ClientId

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

ClientLogoUrl

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

ClientName

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

ClientUrl

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

Created

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

Expires

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

IdentityGrantNames

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