/** * This exception is thrown on a logon with an incorrect user/password combination * or when the user's credentials become invalid. */ export interface IInvalidUserException { } //# sourceMappingURL=invalid_user_exception.d.ts.map