C# Class cloudscribe.Core.IdentityServer.EFCore.Stores.ScopeStore

Inheritance: IScopeStore
Afficher le fichier Open project: joeaudette/cloudscribe

Méthodes publiques

Méthode Description
FindScopesAsync ( IEnumerable scopeNames ) : Task>
GetScopesAsync ( bool publicOnly = true ) : Task>
ScopeStore ( IHttpContextAccessor contextAccessor, IConfigurationDbContext context ) : System

Method Details

FindScopesAsync() public méthode

public FindScopesAsync ( IEnumerable scopeNames ) : Task>
scopeNames IEnumerable
Résultat Task>

GetScopesAsync() public méthode

public GetScopesAsync ( bool publicOnly = true ) : Task>
publicOnly bool
Résultat Task>

ScopeStore() public méthode

public ScopeStore ( IHttpContextAccessor contextAccessor, IConfigurationDbContext context ) : System
contextAccessor IHttpContextAccessor
context IConfigurationDbContext
Résultat System