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

USER_AUTH_CONDITIONS.MISSING_NAME

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

USER_AUTH_CONDITIONS.MISSING_EMAIL

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

USER_AUTH_CONDITIONS.BANNED

BANNED is provided when the User is currently banned.

USER_AUTH_CONDITIONS.SUSPENDED

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

USER_AUTH_CONDITIONS.PENDING_DELETION

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

USER_AUTH_CONDITIONS.WARNED

WARNED

Member Of

auth directive