Table of Contents

Constructor TwoFactorConfiguration

Namespace
DisCatSharp.Extensions.TwoFactorCommands
Assembly
DisCatSharp.Extensions.TwoFactorCommands.dll

TwoFactorConfiguration()

Creates a new instance of TwoFactorConfiguration.

[ActivatorUtilitiesConstructor]
public TwoFactorConfiguration()

TwoFactorConfiguration(IServiceProvider)

Initializes a new instance of the TwoFactorConfiguration class.

[ActivatorUtilitiesConstructor]
public TwoFactorConfiguration(IServiceProvider provider)

Parameters

provider IServiceProvider

The service provider.

TwoFactorConfiguration(TwoFactorConfiguration)

Creates a new instance of TwoFactorConfiguration, copying the properties of another configuration.

public TwoFactorConfiguration(TwoFactorConfiguration other)

Parameters

other TwoFactorConfiguration

Configuration the properties of which are to be copied.