C# Class cloudscribe.Core.IdentityServer.EFCore.ScopeCommands

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

Méthodes publiques

Méthode Description
CreateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
DeleteScope ( string siteId, string scopeName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
ScopeCommands ( IConfigurationDbContext context ) : cloudscribe.Core.IdentityServer.EFCore.Interfaces
UpdateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

CreateScope() public méthode

public CreateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scope Scope
cancellationToken System.Threading.CancellationToken
Résultat Task

DeleteScope() public méthode

public DeleteScope ( string siteId, string scopeName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scopeName string
cancellationToken System.Threading.CancellationToken
Résultat Task

ScopeCommands() public méthode

public ScopeCommands ( IConfigurationDbContext context ) : cloudscribe.Core.IdentityServer.EFCore.Interfaces
context IConfigurationDbContext
Résultat cloudscribe.Core.IdentityServer.EFCore.Interfaces

UpdateScope() public méthode

public UpdateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scope Scope
cancellationToken System.Threading.CancellationToken
Résultat Task