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

Inheritance: IScopeCommands
Mostrar archivo 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 ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
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 ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
commands IBasicCommands
return cloudscribe.Core.IdentityServerIntegration.Storage

UpdateScope() public method

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