Table of Contents

Constructor OAuth2WebConfiguration

Namespace
DisCatSharp.Extensions.OAuth2Web
Assembly
DisCatSharp.Extensions.OAuth2Web.dll

OAuth2WebConfiguration()

Creates a new instance of OAuth2WebConfiguration.

public OAuth2WebConfiguration()

OAuth2WebConfiguration(IServiceProvider)

Initializes a new instance of the OAuth2WebConfiguration class.

[ActivatorUtilitiesConstructor]
public OAuth2WebConfiguration(IServiceProvider provider)

Parameters

provider IServiceProvider

The service provider.

OAuth2WebConfiguration(OAuth2WebConfiguration)

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

public OAuth2WebConfiguration(OAuth2WebConfiguration other)

Parameters

other OAuth2WebConfiguration

Configuration the properties of which are to be copied.