Table of Contents

Class SingletonApiKeyDataStoreRegistry.Options

Namespace
Tlabs.Identity.Intern
Assembly
Tlabs.SrvBase.dll

Options for the registry

public class SingletonApiKeyDataStoreRegistry.Options
Inheritance
SingletonApiKeyDataStoreRegistry.Options
Inherited Members
Extension Methods

Constructors

Options()

public Options()

Properties

genKeyLength

genKeyLength

public int? genKeyLength { get; set; }

Property Value

int?

initialKey

initialKey

public string? initialKey { get; set; }

Property Value

string

initialTokenName

initialTokenName

public string? initialTokenName { get; set; }

Property Value

string

initialValidHours

initialValidHours

public int? initialValidHours { get; set; }

Property Value

int?