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