Enum DirectoryUserStatus
Outcome of verifying a local user against the external directory (VerifyUserAsync(IUser, CancellationToken)).
public enum DirectoryUserStatus
Fields
Disabled = 2The user exists in the directory but the account is disabled.
Found = 0The user exists in the directory and the account is enabled.
NotFound = 1The user does not exist in the directory (deleted or never existed).
NotLinked = 3The local user could not be matched to a directory user: no directory id is stored and no directory user matches the user's email.