Domain Authentication documentation
The documentation about Domain Authentication foundhere seems to contain an error. Six possible response codes are defined, includingOwnerWontLogIn. However, the system seems to returnOwnerWontLogin (notice the lowercasei) if the user doesn't want to sign-in.
As a result, code using case sensitive comparisons doesn't work properly.

