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

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

Méthodes publiques

Méthode Description
GetAllAsync ( string subjectId ) : Task>
GetAsync ( string key ) : Task
PersistedGrantStore ( IHttpContextAccessor contextAccessor, IBasicQueries queries, IBasicCommands commands, ILogger logger ) : cloudscribe.Core.IdentityServer.NoDb.Models
RemoveAllAsync ( string subjectId, string clientId ) : System.Threading.Tasks.Task
RemoveAllAsync ( string subjectId, string clientId, string type ) : System.Threading.Tasks.Task
RemoveAsync ( string key ) : System.Threading.Tasks.Task
StoreAsync ( PersistedGrant token ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetAllInternalAsync ( string siteId ) : Task>
RemoveRange ( string siteId, IEnumerable list ) : System.Threading.Tasks.Task

Method Details

GetAllAsync() public méthode

public GetAllAsync ( string subjectId ) : Task>
subjectId string
Résultat Task>

GetAsync() public méthode

public GetAsync ( string key ) : Task
key string
Résultat Task

PersistedGrantStore() public méthode

public PersistedGrantStore ( IHttpContextAccessor contextAccessor, IBasicQueries queries, IBasicCommands commands, ILogger logger ) : cloudscribe.Core.IdentityServer.NoDb.Models
contextAccessor IHttpContextAccessor
queries IBasicQueries
commands IBasicCommands
logger ILogger
Résultat cloudscribe.Core.IdentityServer.NoDb.Models

RemoveAllAsync() public méthode

public RemoveAllAsync ( string subjectId, string clientId ) : System.Threading.Tasks.Task
subjectId string
clientId string
Résultat System.Threading.Tasks.Task

RemoveAllAsync() public méthode

public RemoveAllAsync ( string subjectId, string clientId, string type ) : System.Threading.Tasks.Task
subjectId string
clientId string
type string
Résultat System.Threading.Tasks.Task

RemoveAsync() public méthode

public RemoveAsync ( string key ) : System.Threading.Tasks.Task
key string
Résultat System.Threading.Tasks.Task

StoreAsync() public méthode

public StoreAsync ( PersistedGrant token ) : System.Threading.Tasks.Task
token PersistedGrant
Résultat System.Threading.Tasks.Task