Class OpenIddictAuthorizationRepository_Tests<TStartupModule>
Inheritance
OpenIddictAuthorizationRepository_Tests<TStartupModule>
Assembly: Volo.Abp.OpenIddict.TestBase.dll
Syntax
public abstract class OpenIddictAuthorizationRepository_Tests<TStartupModule> : OpenIddictTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
OpenIddictAuthorizationRepository_Tests()
Declaration
public OpenIddictAuthorizationRepository_Tests()
Methods
FindAsync()
Declaration
Returns
FindByApplicationIdAsync()
Declaration
public Task FindByApplicationIdAsync()
Returns
FindByIdAsync()
Declaration
public Task FindByIdAsync()
Returns
FindBySubjectAsync()
Declaration
public Task FindBySubjectAsync()
Returns
ListAsync()
Declaration
Returns
PruneAsync()
Declaration
Returns
Implements
Extension Methods