Class ClientGrantType
Inheritance
ClientGrantType
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class ClientGrantType : Entity, IEntity
Constructors
ClientGrantType()
Declaration
protected ClientGrantType()
ClientGrantType(Guid, string)
Declaration
protected ClientGrantType(Guid clientId, string grantType)
Parameters
Type |
Name |
Description |
Guid |
clientId |
|
string |
grantType |
|
Properties
ClientId
Declaration
public virtual Guid ClientId { get; protected set; }
Property Value
GrantType
Declaration
public virtual string GrantType { get; protected set; }
Property Value
Methods
Equals(Guid, string)
Declaration
public virtual bool Equals(Guid clientId, string grantType)
Parameters
Type |
Name |
Description |
Guid |
clientId |
|
string |
grantType |
|
Returns
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods