Show / Hide Table of Contents

Class ClientScope

Inheritance
System.Object
ClientScope
Namespace: Volo.Abp.IdentityServer.Clients
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class ClientScope : Entity

Constructors

ClientScope()

Declaration
protected ClientScope()

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft