Class SingletonApiKeyDataStoreRegistry.Options
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
initialTokenName
initialTokenName
public string? initialTokenName { get; set; }
Property Value
initialValidHours
initialValidHours
public int? initialValidHours { get; set; }
Property Value
- int?