C# Class cloudscribe.Core.IdentityServer.NoDb.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 ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
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 ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
commands IBasicCommands
Résultat cloudscribe.Core.IdentityServerIntegration.Storage

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