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