Class DiscordOAuth2EventArgs
- Namespace
- DisCatSharp.Extensions.OAuth2Web.EventArgs
- Assembly
- DisCatSharp.Extensions.OAuth2Web.dll
Common base for all other DiscordOAuth2Client-related event argument classes.
public abstract class DiscordOAuth2EventArgs : AsyncEventArgs
- Inheritance
-
DiscordOAuth2EventArgs
- Derived
- Inherited Members
Constructors
- DiscordOAuth2EventArgs(IServiceProvider)
Initializes a new instance of the DiscordOAuth2EventArgs class.
Properties
- ServiceProvider
Gets the service provider.
This allows passing data around without resorting to static members.
Defaults to an empty service provider.