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