Class TwoFactorResponse
- Namespace
- DisCatSharp.Extensions.TwoFactorCommands.Entities
- Assembly
- DisCatSharp.Extensions.TwoFactorCommands.dll
The response given upon attempted two factor authentication.
public class TwoFactorResponse
- Inheritance
-
TwoFactorResponse
- Inherited Members
Properties
- Client
The DiscordClient this interaction took place with.
- ComponentInteraction
The modal response ComponentInteractionCreateEventArgs. Null if Result is NotEnrolled or TimedOut.
- Result
The TwoFactorResult of the two factor authentication.