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
providerIServiceProviderThe service provider.
OAuth2WebConfiguration(OAuth2WebConfiguration)
Creates a new instance of OAuth2WebConfiguration, copying the properties of another configuration.
public OAuth2WebConfiguration(OAuth2WebConfiguration other)
Parameters
otherOAuth2WebConfigurationConfiguration the properties of which are to be copied.