C# 클래스 cloudscribe.Core.IdentityServer.EFCore.Stores.ScopeStore

상속: IScopeStore
파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
FindScopesAsync ( IEnumerable scopeNames ) : Task>
GetScopesAsync ( bool publicOnly = true ) : Task>
ScopeStore ( IHttpContextAccessor contextAccessor, IConfigurationDbContext context ) : System

메소드 상세

FindScopesAsync() 공개 메소드

public FindScopesAsync ( IEnumerable scopeNames ) : Task>
scopeNames IEnumerable
리턴 Task>

GetScopesAsync() 공개 메소드

public GetScopesAsync ( bool publicOnly = true ) : Task>
publicOnly bool
리턴 Task>

ScopeStore() 공개 메소드

public ScopeStore ( IHttpContextAccessor contextAccessor, IConfigurationDbContext context ) : System
contextAccessor IHttpContextAccessor
context IConfigurationDbContext
리턴 System