Skip to main content

USER_AUTH_CONDITIONS

USER_AUTH_CONDITIONS describes conditions that would prevent a given User to execute any set of mutations or reserved queries.

enum USER_AUTH_CONDITIONS {  MISSING_NAME  MISSING_EMAIL  BANNED  SUSPENDED  PENDING_DELETION  WARNED}

Values#

MISSING_NAME#

MISSING_NAME is provided when the User does not have an associated username or display name.

MISSING_EMAIL#

MISSING_EMAIL is provided when the User does not have an associated email address.

BANNED#

BANNED is provided when the User is currently banned.

SUSPENDED#

SUSPENDED is provided when the User is currently under an active suspension.

PENDING_DELETION#

PENDING_DELETION is provided when the User is scheduled for deletion and will remain after being deleted.

WARNED#

WARNED