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

Inheritance: IScopeCommands
Exibir arquivo Open project: joeaudette/cloudscribe

Public Methods

Method 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 method

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

DeleteScope() public method

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

ScopeCommands() public method

public ScopeCommands ( IConfigurationDbContext context ) : cloudscribe.Core.IdentityServer.EFCore.Interfaces
context IConfigurationDbContext
return cloudscribe.Core.IdentityServer.EFCore.Interfaces

UpdateScope() public method

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