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

Inheritance: IPersistedGrantStore
Mostrar archivo Open project: joeaudette/cloudscribe

Public Methods

Method 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

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

Method Details

GetAllAsync() public method

public GetAllAsync ( string subjectId ) : Task>
subjectId string
return Task>

GetAsync() public method

public GetAsync ( string key ) : Task
key string
return Task

PersistedGrantStore() public method

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

RemoveAllAsync() public method

public RemoveAllAsync ( string subjectId, string clientId ) : System.Threading.Tasks.Task
subjectId string
clientId string
return System.Threading.Tasks.Task

RemoveAllAsync() public method

public RemoveAllAsync ( string subjectId, string clientId, string type ) : System.Threading.Tasks.Task
subjectId string
clientId string
type string
return System.Threading.Tasks.Task

RemoveAsync() public method

public RemoveAsync ( string key ) : System.Threading.Tasks.Task
key string
return System.Threading.Tasks.Task

StoreAsync() public method

public StoreAsync ( PersistedGrant token ) : System.Threading.Tasks.Task
token PersistedGrant
return System.Threading.Tasks.Task