Table of Contents

Class DefaultApiKeyRegistryTests.Fixture

Namespace
Tlabs.Identity.Intern.Test
Assembly
Tlabs.SrvBase.Tests.dll
public class DefaultApiKeyRegistryTests.Fixture : IDisposable
Inheritance
DefaultApiKeyRegistryTests.Fixture
Implements
Inherited Members
Extension Methods

Constructors

Fixture()

public Fixture()

Fields

GENERATED_KEY

public const string GENERATED_KEY = "GENERATED_KEY"

Field Value

string

Properties

ApiKeyRegistry

public IApiKeyRegistry ApiKeyRegistry { get; }

Property Value

IApiKeyRegistry

ApiKeyRepo

public IRepo<ApiKey> ApiKeyRepo { get; }

Property Value

IRepo<ApiKey>

DataStore

public IList<ApiKey> DataStore { get; }

Property Value

IList<ApiKey>

Options

public IOptions<SingletonApiKeyDataStoreRegistry.Options> Options { get; }

Property Value

IOptions<SingletonApiKeyDataStoreRegistry.Options>

PasswordHasher

public IPasswordHasher<User> PasswordHasher { get; }

Property Value

IPasswordHasher<User>

SvcProvider

public IServiceProvider SvcProvider { get; }

Property Value

IServiceProvider

SvcProviderScope

public IServiceProvider SvcProviderScope { get; set; }

Property Value

IServiceProvider

SvcScope

public IServiceScope SvcScope { get; }

Property Value

IServiceScope

SvcScopeFactory

public IServiceScopeFactory SvcScopeFactory { get; }

Property Value

IServiceScopeFactory

Methods

Dispose()

public void Dispose()