Method IsEnrolled
- Namespace
- DisCatSharp.Extensions.TwoFactorCommands
- Assembly
- DisCatSharp.Extensions.TwoFactorCommands.dll
IsEnrolled(ulong)
Checks whether given user id is enrolled in two factor auth.
public bool IsEnrolled(ulong user)
Parameters
userulongUser id to check for enrollment.
Returns
- bool
Whether the user is enrolled.