Enum ApplicationVerificationEligibilityFlags
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the verification eligibility flags.
[Flags]
public enum ApplicationVerificationEligibilityFlags : long
- Extension Methods
Fields
HasTeam = 2The application has a team.
SafeApplicationName = 4The application's name is considered safe.
SafeApplicationDescription = 8The application's description is considered safe.
SafeApplicationRoleConnectionsMetadata = 16The application's role connections metadata is considered safe.
TermsOfService = 32The application has a terms of service URL set.
PrivacyPolicy = 64The application has a privacy policy URL set.
InviteLink = 128The application has an invite link set.
NotEmbedded = 256The application is not embedded.
NoUnapprovedIntents = 512The application has no unapproved intents.
UserIsTeamOwner = 1024The user is the owner of the team that owns the application.
TeamOwnerIsVerified = 2048The team owner is verified.
User2FaEnabled = 4096The user has two-factor authentication enabled.
UserEmailVerified = 8192The user's email is verified.
TeamMembersEmailVerified = 16384All team members' emails are verified.
TeamMembers2FaEnabled = 32768All team members have two-factor authentication enabled.
NoBlockingIssues = 65536The application has no blocking issues.
EligibleForVerification = HasTeam | SafeApplicationName | SafeApplicationDescription | SafeApplicationRoleConnectionsMetadata | TermsOfService | PrivacyPolicy | InviteLink | NotEmbedded | NoUnapprovedIntents | UserIsTeamOwner | TeamOwnerIsVerified | User2FaEnabled | UserEmailVerified | TeamMembersEmailVerified | TeamMembers2FaEnabled | NoBlockingIssuesThe application is eligible for verification.
Unknown = 9223372036854775807The flags are unknown.