Table of Contents

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

user ulong

User id to check for enrollment.

Returns

bool

Whether the user is enrolled.